1
0
mirror of https://github.com/github/choosealicense.com synced 2024-11-04 18:58:50 +01:00

Merge pull request #153 from XhmikosR/css-remove-IE-hacks

Remove IE hacks
This commit is contained in:
Phil Haack 2013-12-13 21:20:40 -08:00
commit 625ce31e45

View File

@ -45,9 +45,6 @@ a:hover {
display: -moz-inline-stack;
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
zoom: 1;
*display: inline;
font-size: 12px;
font-weight: normal;
padding: 5px 10px;
@ -470,9 +467,4 @@ strong {
clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
zoom:1;
}
.with-love { float: right; clear: right; }