diff options
author | Sarven Capadisli <csarven@status.net> | 2010-01-28 16:41:28 +0100 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2010-01-28 19:36:57 +0100 |
commit | df2390a90f43e7493eef492960526df112efa9a4 (patch) | |
tree | d969760efdddfa1d84fa267534eaf7f8d8adfdd4 /theme/biz | |
parent | 612dce4fe12e20643c2d33910c2fdf361a4845a5 (diff) |
Fixed layout when ad plugin is on for biz
Diffstat (limited to 'theme/biz')
-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; |