diff options
author | Sarven Capadisli <csarven@csarven-laptop.(none)> | 2009-05-21 22:50:27 -0400 |
---|---|---|
committer | Sarven Capadisli <csarven@csarven-laptop.(none)> | 2009-05-21 22:50:27 -0400 |
commit | 1e04e68044ae7a39c64b0e2d66ce78c527dca200 (patch) | |
tree | 518bd78559c3b6865db091901b92d11ebac69214 /theme/base/css/display.css | |
parent | 59750840198008cfd0aa528c0e616ab62bda9516 (diff) | |
parent | 9f23807af4495889a96713c798c0007d5bd6cba7 (diff) |
Merge branch '0.8.x' of git://gitorious.org/laconica/dev into 0.8.x
Diffstat (limited to 'theme/base/css/display.css')
-rw-r--r-- | theme/base/css/display.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index edec14163..5d2b5231c 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -747,6 +747,13 @@ border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; } +.notices .notices { +margin-top:7px; +margin-left:3%; +width:97%; +float:left; +} + /* NOTICES */ #notices_primary { |