From 987c94c212124794e3df9e2f4c4b186b8b6ed00d Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 10 Dec 2013 09:38:00 +0200 Subject: [PATCH] Remove IE 6/7 hacks. --- css/application.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/css/application.css b/css/application.css index f17fdf2..fa91cd8 100644 --- a/css/application.css +++ b/css/application.css @@ -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; }