summaryrefslogtreecommitdiffstats
path: root/themes/classic/templates/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/classic/templates/default.css')
-rw-r--r--themes/classic/templates/default.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/themes/classic/templates/default.css b/themes/classic/templates/default.css
index 739bd692..30852a31 100644
--- a/themes/classic/templates/default.css
+++ b/themes/classic/templates/default.css
@@ -66,7 +66,7 @@ input {
/* Header */
/************************************************/
#topbar {
- height: 80px;
+ height: 85px;
padding: 3px 0 0 10px;
}
#topbarright {
@@ -90,7 +90,9 @@ input {
/* Footer */
/************************************************/
#footer {
- margin: 0 0 10px 150px;
+ float:right;
+ margin:5px;
+ font-size:10px;
}
#footer p {
color:#999;
@@ -153,10 +155,8 @@ input {
/* Content block */
/************************************************/
#content {
- top:90px;
- float: none;
+ float:left;
margin:7px 0 0 135px;
- /* background:#fff url(../images/bg_content.gif) repeat-y right top; */
}
h3#content_title{
font: 12px/32px Arial,Helvetica,Sans-Serif;