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

Remove IE 6/7 hacks.

This commit is contained in:
XhmikosR 2013-12-10 09:38:00 +02:00
parent a0aa6f2bd6
commit 987c94c212

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; }