From ff14f14d29fadfc05baf0b533de803693edb06db Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 24 Dec 2003 12:15:20 +0000 Subject: - Some CSS improvements and better XHTML ( vs ). --- themes/marvin/marvin.css | 12 +++++++----- themes/marvin/marvin.theme | 4 ++-- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/themes/marvin/marvin.css b/themes/marvin/marvin.css index f66760372..921f5fd8a 100644 --- a/themes/marvin/marvin.css +++ b/themes/marvin/marvin.css @@ -39,6 +39,10 @@ p { table { font-size: 1em; } +#help { + font-size: 0.9em; + margin-bottom: 1em; +} .calendar .day-today { background-color: #ccc; } @@ -79,6 +83,9 @@ table { margin: 0; padding: 5px; } +.message { + margin-bottom: 1em; +} .node h2.title { background-color: #fff; border: solid 1px #999; @@ -102,9 +109,4 @@ table { .node .links { padding: 1em; } -#forum .title { - font-weight: bold; - color: #404040; - padding-bottom: 1em; -} diff --git a/themes/marvin/marvin.theme b/themes/marvin/marvin.theme index 404e692d3..13cb00e63 100644 --- a/themes/marvin/marvin.theme +++ b/themes/marvin/marvin.theme @@ -62,11 +62,11 @@ function marvin_header() { } if ($help = menu_get_active_help()) { - $output .= "$help
"; + $output .= "
$help
"; } if ($message = drupal_get_message()) { - $output .= "". t("Status") .": ". $message->message ."
"; + $output .= "
". t('Status') .": $message->message
"; } return $output; -- cgit v1.2.3