Some icon font use converted to REM due to IE9's incompetent understanding of pseudo-elements

pull/13/merge
Dave Cranwell 2014-02-11 11:01:46 +00:00
rodzic 439b5e664a
commit 398b73f01f
2 zmienionych plików z 7 dodań i 12 usunięć

Wyświetl plik

@ -223,12 +223,12 @@ input[type=submit], input[type=reset], input[type=button], .button, button{
padding-left:3.5em;
&:before{
font-size:1.2em;
font-size:1rem;
position:absolute;
left:0;
top:0;
width:2em;
line-height:2.3em;
line-height:2em;
height:100%;
text-align:center;
background-color:rgba(0,0,0,0.2);
@ -241,7 +241,8 @@ input[type=submit], input[type=reset], input[type=button], .button, button{
&:before{
width:2em;
font-size:1.2em;
font-size:0.9rem;
line-height:2em;
}
}
@ -635,7 +636,7 @@ ul.inline li:first-child, li.inline:first-child{
}
}
.field:before{
font-size:1.4em;
font-size:1.1rem;
top:0.45em;
}
@ -671,7 +672,7 @@ input[type=submit], input[type=reset], input[type=button], .button, button{
&:before{
width:2.2em;
line-height:2.35em;
line-height:2.15em;
}
}
}

Wyświetl plik

@ -526,7 +526,6 @@ footer{
padding-top:0.2em;
font-size:0.85em;
margin-left:-30px;
margin-bottom:-4px; /* negates the 4px margin on the bottom of each LI, used to make it wrap nicely */
li {
@ -582,14 +581,13 @@ footer{
&:before{
display:none;
width:1em;
}
a {
width:2em;
font-size:1em;
&:before{
line-height:1em;
font-size:1.7em;
font-size:1.15rem;
line-height:0.95em;
}
}
@ -842,10 +840,6 @@ footer, .logo{
margin-left:50px;
}
.breadcrumb{
margin-left:0;
}
/* Z-indexes */
.nav-main{
li{