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