From 01588964062b1190f68bb3742163d16f2a6972f4 Mon Sep 17 00:00:00 2001 From: Thierry Pasqualier Date: Sat, 11 Aug 2007 16:04:02 +0000 Subject: [PATCH] Bulletin board/CSS: center messages selector on top and bottom --- webcit/static/webcit.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/webcit/static/webcit.css b/webcit/static/webcit.css index 6a0f7bff5..3ed5f6c81 100644 --- a/webcit/static/webcit.css +++ b/webcit/static/webcit.css @@ -420,6 +420,9 @@ a:hover { color: #FFFFEE; } +.selector_top, .selector_bottom { + text-align: center; +} .message { margin: 5px; -- 2.30.2