From f5f49fa4e7c16ddf7c98fd8878c5a99929de4531 Mon Sep 17 00:00:00 2001 From: Shish Date: Mon, 26 Apr 2010 06:04:36 +0100 Subject: [PATCH] subtitle is ugly in this theme --- themes/default/layout.class.php | 3 +-- themes/default/style.css | 10 ---------- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/themes/default/layout.class.php b/themes/default/layout.class.php index a96da4ec..856fcea0 100644 --- a/themes/default/layout.class.php +++ b/themes/default/layout.class.php @@ -43,7 +43,6 @@ class Layout { $debug = get_debug_info(); $contact = empty($contact_link) ? "" : "
Contact"; - $subheading = empty($page->subheading) ? "" : "
{$page->subheading}
"; $wrapper = ""; if(strlen($page->heading) > 100) { @@ -62,7 +61,7 @@ $header_html {$page->heading} - $subheading + $sub_block_html diff --git a/themes/default/style.css b/themes/default/style.css index 6028dd46..811fc9d7 100644 --- a/themes/default/style.css +++ b/themes/default/style.css @@ -49,16 +49,6 @@ CODE { background: #DEDEDE; font-size: 0.8em; } -#subtitle { - width: 256px; - font-size: 0.75em; - margin: auto; - margin-top: -16px; - text-align: center; - border: 1px solid black; - border-top: none; - background: #DDD; -} #body SELECT {width: 150px;} TD>INPUT[type="submit"] {width: 100%;} TD>INPUT[type="text"] {width: 100%;}