diff options
author | Sarven Capadisli <csarven@status.net> | 2010-01-28 16:41:28 +0100 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2010-01-28 18:43:56 +0100 |
commit | 58eccdb5cfb4ae1f7c3a830dcda67c60af4fb42a (patch) | |
tree | 92524a18ca3dcb26feeb764e461f5b108b580622 /theme/biz/css | |
parent | ff99989441763125a6866930fb88d7ce5d867d88 (diff) |
Fixed layout when ad plugin is on for biz
Diffstat (limited to 'theme/biz/css')
-rw-r--r-- | theme/biz/css/base.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/biz/css/base.css b/theme/biz/css/base.css index 471ac580d..2d4ac85ba 100644 --- a/theme/biz/css/base.css +++ b/theme/biz/css/base.css @@ -396,7 +396,7 @@ margin-bottom:1em; } #content { -width:51.009%; +width:50%; min-height:259px; padding:1.795%; float:left; |