From c448ea06717ecc676dccd2439b8c17cb320d26da Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Wed, 3 Aug 2005 11:10:30 +0000 Subject: [PATCH] I added the CLASS properties for the replaced center and font tags in the sideblock "block_online_users" to keep centering the text and the font size. --- theme/standard/styles_fonts.css | 4 ++++ theme/standard/styles_layout.css | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/theme/standard/styles_fonts.css b/theme/standard/styles_fonts.css index 698704096ac..75dcbc503e4 100644 --- a/theme/standard/styles_fonts.css +++ b/theme/standard/styles_fonts.css @@ -204,6 +204,10 @@ body#admin-blocks table#incompatible td.c0 { font-size:1.0em; } +.sideblock .content .message { + font-size:0.9em +} + .sideblock .header .commands { font-size:0.9em; } diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index e6883573bcb..92ef067f9bd 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -436,6 +436,10 @@ table.flexible th.c0 { padding: 2px; } +.sideblock .content .message { + text-align:center +} + .sideblock .footer { margin-bottom: 4px; text-align:center;