From: yellowled Date: Wed, 5 Mar 2008 11:55:06 +0000 (+0000) Subject: BP: Added a quick hack for the .author display issue to the ie stylesheets. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=74d339eb3bef944986edf96fae1558dcf7483fe8;p=s9y.git BP: Added a quick hack for the .author display issue to the ie stylesheets. --- diff --git a/templates/bulletproof/ie5.css b/templates/bulletproof/ie5.css index 81d8746..1293bc3 100644 --- a/templates/bulletproof/ie5.css +++ b/templates/bulletproof/ie5.css @@ -7,6 +7,7 @@ /* http://s9y-bulletproof.com */ /**********************************************************************/ +.author { margin-right: 0.4em!important; } .layout1col_content { float: none!important; diff --git a/templates/bulletproof/ie6.css b/templates/bulletproof/ie6.css index b511638..f8a9d5f 100644 --- a/templates/bulletproof/ie6.css +++ b/templates/bulletproof/ie6.css @@ -7,6 +7,7 @@ /* http://s9y-bulletproof.com */ /**********************************************************************/ +.author { margin-right: 0.4em!important; } .layout1col_content { float: none!important; diff --git a/templates/bulletproof/ie7.css b/templates/bulletproof/ie7.css index ebc1727..f36f357 100644 --- a/templates/bulletproof/ie7.css +++ b/templates/bulletproof/ie7.css @@ -7,6 +7,7 @@ /* http://s9y-bulletproof.com */ /**********************************************************************/ +.author { margin-right: 0.4em!important; } .layout1col_content { float: none!important;