diff options
author | Sarven Capadisli <csarven@status.net> | 2010-01-28 16:39:20 +0100 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2010-01-28 16:39:20 +0100 |
commit | 61114ceff7c4124519cb5aa59b4d06ec73127e9d (patch) | |
tree | bf2bc099c54823813c06cb2a005b6631ab8f25dd /theme/biz | |
parent | c6f8b94fa91e3e5559a9b79766e7320b096b839e (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%; |