From ae00ecfdefda528f249c74ab1d8e881b175b3fea Mon Sep 17 00:00:00 2001 From: mits Date: Wed, 3 Aug 2005 22:54:21 +0000 Subject: [PATCH] polished - based on standard theme. --- theme/oceanblue/styles_fonts.css | 4 ++++ theme/oceanblue/styles_layout.css | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/theme/oceanblue/styles_fonts.css b/theme/oceanblue/styles_fonts.css index 40518631192..f8026cc66bf 100644 --- a/theme/oceanblue/styles_fonts.css +++ b/theme/oceanblue/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/oceanblue/styles_layout.css b/theme/oceanblue/styles_layout.css index 68bb4beafe3..1a855709b4f 100644 --- a/theme/oceanblue/styles_layout.css +++ b/theme/oceanblue/styles_layout.css @@ -438,6 +438,10 @@ table.flexible th.c0 { padding: 2px; } +.sideblock .content .message { + text-align:center +} + .sideblock .footer { margin-bottom: 4px; text-align:center;