From bb582ed6abeae5501ffcfe2ab10f7bdeb54c6e26 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Mon, 12 Oct 2009 21:28:01 -0400 Subject: new fontage --- static/style/commentary.css | 5 +++-- static/style/default.css | 15 ++++++++------- 2 files changed, 11 insertions(+), 9 deletions(-) (limited to 'static') diff --git a/static/style/commentary.css b/static/style/commentary.css index abe2ec4..a7dc42e 100644 --- a/static/style/commentary.css +++ b/static/style/commentary.css @@ -14,11 +14,12 @@ width: 520px; padding: 2px; border: 1px solid black; + margin-top: 5px; height: 120px; } #commentary form input { padding: 2px; border: 1px solid black; - margin-top: 3px; + margin-top: 5px; width: 200px; } #commentary form input.submit-post { border: 1px solid black; @@ -30,7 +31,7 @@ border: 1px solid black; width: 110px; background-color: greenyellow; - margin-top: 0px; } + margin-top: 5px; } #commentary form td.comment_field_name { width: 250px; vertical-align: top; diff --git a/static/style/default.css b/static/style/default.css index 5f11aa2..c3bd002 100644 --- a/static/style/default.css +++ b/static/style/default.css @@ -58,6 +58,7 @@ pre.large { .search_box { border: 1px solid black; padding: 1px; + margin-top: 4px; margin-bottom: 4px; font-size: 12px; font-weight: bold; @@ -100,7 +101,7 @@ pre.large { margin-bottom: 7px; text-align: center; font-weight: bold; - font-family: serif; + /* font-family: serif; */ font-size: 120%; } .col_left { @@ -164,7 +165,7 @@ pre.large { margin-left: 4%; font-size: 90%; font-style: italic; - font-family: sans-serif; + /* font-family: sans-serif; */ text-align: center; width: 720px; margin-bottom: 5px; @@ -220,18 +221,18 @@ table.listing td.description { overflow: hidden; } #top_bar { - height: 22px; + height: 23px; background-color: #993333; margin: 0px; padding: 0px; width: 100%; } #top_bar_content { background-color: #993333; - height: 20px; - font-family: courier; - font: courier; + height: 21px; + font-family: courier; + /* font: courier; */ font-weight: normal; - font-size: 14px; + font-size: 15px; color: #EEEEEE; float: center; width: 724px; -- cgit v1.2.3