diff --git a/checkin_notes b/checkin_notes index c10bd23c16..6ce7267e7a 100644 --- a/checkin_notes +++ b/checkin_notes @@ -737,3 +737,9 @@ David 14 Feb 2011 white.css add_venue.php forum_edit.php + +David 14 Feb 2011 + - user web: fixes + html/user/ + sample_index.php + main.css diff --git a/html/user/main.css b/html/user/main.css index 0201398032..72026aaf09 100644 --- a/html/user/main.css +++ b/html/user/main.css @@ -48,12 +48,14 @@ body { margin: 5px 10px; } -h1, h2 { +h1 { font-weight: normal; + margin: 10px; } -h1 { - margin: 10px; +h2 { + font-weight: normal; + font-size: 20px; } h3, h4 { font-weight: bold; } @@ -217,6 +219,11 @@ td.uotd { /* Forum */ +#thread { + table-layout: fixed; + overflow: visible; +} + td.category , tr.subtitle{ border: none; font-weight: bold; @@ -357,7 +364,7 @@ blockquote.postbody { vertical-align: middle; } -span.page_title { +div.page_title { font-size: 24px; margin: 20px; } diff --git a/html/user/sample_index.php b/html/user/sample_index.php index 7c955bf437..c82f8c4a97 100644 --- a/html/user/sample_index.php +++ b/html/user/sample_index.php @@ -97,7 +97,7 @@ echo " include 'schedulers.txt'; echo "
- ".PROJECT." +"; |