mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 12:50:24 +01:00
Merge pull request #153 from XhmikosR/css-remove-IE-hacks
Remove IE hacks
This commit is contained in:
commit
625ce31e45
@ -45,9 +45,6 @@ a:hover {
|
|||||||
display: -moz-inline-stack;
|
display: -moz-inline-stack;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
*vertical-align: auto;
|
|
||||||
zoom: 1;
|
|
||||||
*display: inline;
|
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
@ -470,9 +467,4 @@ strong {
|
|||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* For IE 6/7 (trigger hasLayout) */
|
|
||||||
.clearfix {
|
|
||||||
zoom:1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.with-love { float: right; clear: right; }
|
.with-love { float: right; clear: right; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user