added prefixer.less

This commit is contained in:
kay.one 2013-06-25 22:42:44 -07:00
commit 3b80d59197
8 changed files with 483 additions and 144 deletions

View file

@ -1,22 +1,24 @@
#main-menu-region {
@import "/content/prefixer";
#main-menu-region {
i:before {
font-size: 35px;
font-size : 35px;
}
i {
width: 40px;
width : 40px;
}
}
#in-sub-nav li a {
color: #b9b9b9;
color : #b9b9b9;
}
#in-sub-nav {
margin-bottom: 80px;
margin-bottom : 80px;
}
.backdrop #in-sub-nav {
background-color: #000000;
opacity: 0.85;
background-color : #000000;
.opacity(0.85);
}