diff options
author | Sarven Capadisli <csarven@status.net> | 2010-01-28 16:39:20 +0100 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2010-01-28 18:43:55 +0100 |
commit | ff99989441763125a6866930fb88d7ce5d867d88 (patch) | |
tree | 8841308f390c8c721a0305f73bdb1d6b35c61c8c /theme/biz | |
parent | 17f2096d7060d3ed3e0c6992b526390e34980c08 (diff) |
Fixed layout for powered by statusnet in biz
Diffstat (limited to 'theme/biz')
-rw-r--r-- | theme/biz/css/base.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/theme/biz/css/base.css b/theme/biz/css/base.css index 6357e55b4..471ac580d 100644 --- a/theme/biz/css/base.css +++ b/theme/biz/css/base.css @@ -224,6 +224,15 @@ font-weight:bold; address img + .fn { display:none; } +address .poweredby { +float:left; +clear:left; +display:block; +position:relative; +top:7px; +margin-right:-47px; +} + #header { width:100%; |