- user web: fixes

svn path=/trunk/boinc/; revision=23031
This commit is contained in:
David Anderson 2011-02-14 20:50:59 +00:00
parent 7b98cccc37
commit e615cefbaa
3 changed files with 18 additions and 5 deletions

View File

@ -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

View File

@ -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;
}

View File

@ -97,7 +97,7 @@ echo "<html>
include 'schedulers.txt';
echo "
</head><body>
<span class=page_title>".PROJECT."</span>
<div class=page_title>".PROJECT."</div>
<table cellpadding=\"8\" cellspacing=\"4\" class=bordered>
<tr><td rowspan=\"2\" valign=\"top\" width=\"40%\">
";