Skip to content
Permalink
7e812f3ecf
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
65 lines (50 sloc) 1 KB
/*
Verti by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
/* Basic */
body {
background-color: #f0f0f0;
}
/* Image */
.image img {
position: relative;
-ms-behavior: url("assets/js/ie/PIE.htc");
}
/* Button */
input[type="button"],
input[type="submit"],
input[type="reset"],
.button,
button {
position: relative;
-ms-behavior: url("assets/js/ie/PIE.htc");
}
/* Widgets */
.box,
.widget.contact ul li a {
position: relative;
-ms-behavior: url("assets/js/ie/PIE.htc");
}
/* Header */
#logo h1 {
position: relative;
-ms-behavior: url("assets/js/ie/PIE.htc");
}
/* Nav */
#nav ul li a, #nav ul li span {
position: relative;
-ms-behavior: url("assets/js/ie/PIE.htc");
}
.dropotron {
border: solid 1px #eee;
box-shadow: none !important;
-ms-behavior: url("assets/js/ie/PIE.htc");
}
.dropotron.level-0 {
box-shadow: none !important;
}
.dropotron.level-0:before {
display: none;
}