diff options
author | Sarven Capadisli <csarven@status.net> | 2009-12-17 15:28:50 -0500 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2009-12-17 15:28:50 -0500 |
commit | bf123d146185ffa686396713a3d3067629047ee5 (patch) | |
tree | db2ea729afac8f567b169de69531b5e66a9b9eb9 /theme | |
parent | f3d27cc3ae92e2b7412dd998d7de7a2b58dc8e6a (diff) |
Plugin that outputs 'powered by StatusNet' after site name
Diffstat (limited to 'theme')
-rw-r--r-- | theme/base/css/display.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 2f4636391..ced51b0b8 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -259,6 +259,15 @@ font-weight:bold; address img + .fn { display:none; } +address a { +text-decoration:none; +} +address .poweredby { +display:block; +position:relative; +top:7px; +margin-right:-47px; +} #header { width:100%; |