From 6263776a8d9f0fa7ebfc0f197be5bbafb4361518 Mon Sep 17 00:00:00 2001 From: mits Date: Thu, 14 Apr 2005 09:40:53 +0000 Subject: [PATCH] fixed, based on standard theme. --- theme/oceanblue/styles_fonts.css | 10 ++++++++++ theme/oceanblue/styles_layout.css | 5 +++++ 2 files changed, 15 insertions(+) diff --git a/theme/oceanblue/styles_fonts.css b/theme/oceanblue/styles_fonts.css index 48334e2572c..0f26a1604a9 100644 --- a/theme/oceanblue/styles_fonts.css +++ b/theme/oceanblue/styles_fonts.css @@ -353,6 +353,16 @@ body#doc-contents ul { .message .content { } +#message-user .commands span { + font-size:0.7em; + white-space:nowrap; +} + +#message-user .name { + font-weight: normal; + font-size:1.1em; +} + /*** *** Tabs diff --git a/theme/oceanblue/styles_layout.css b/theme/oceanblue/styles_layout.css index c82229b2a42..7cff285da4a 100644 --- a/theme/oceanblue/styles_layout.css +++ b/theme/oceanblue/styles_layout.css @@ -787,6 +787,11 @@ table.message_search_results td { text-align:center; } +#message-user .commands span { + margin-left:10px; + margin-right:10px; +} + /*** *** Tabs