From 738bbdf2873e147a6e87c4858566614053a9b470 Mon Sep 17 00:00:00 2001 From: yellowled Date: Wed, 5 Mar 2008 11:55:06 +0000 Subject: [PATCH] BP: Added a quick hack for the .author display issue to the ie stylesheets. --- templates/bulletproof/ie5.css | 1 + templates/bulletproof/ie6.css | 1 + templates/bulletproof/ie7.css | 1 + 3 files changed, 3 insertions(+) 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; -- 2.39.5