Bulletin board/CSS: center messages selector on top and bottom
authorThierry Pasqualier <thierry@uncensored.citadel.org>
Sat, 11 Aug 2007 16:04:02 +0000 (16:04 +0000)
committerThierry Pasqualier <thierry@uncensored.citadel.org>
Sat, 11 Aug 2007 16:04:02 +0000 (16:04 +0000)
webcit/static/webcit.css

index 6a0f7bff581e16deffe85fe181c1c71fa5e6bdc7..3ed5f6c81aac716ef3d9a36b3c6d1b80354e5aa0 100644 (file)
@@ -420,6 +420,9 @@ a:hover {
        color: #FFFFEE;
 }
 
+.selector_top, .selector_bottom {
+        text-align: center;
+}
 
 .message {
        margin: 5px;