summaryrefslogtreecommitdiff
path: root/skins/cologneblue/screen.css
diff options
context:
space:
mode:
Diffstat (limited to 'skins/cologneblue/screen.css')
-rw-r--r--skins/cologneblue/screen.css13
1 files changed, 6 insertions, 7 deletions
diff --git a/skins/cologneblue/screen.css b/skins/cologneblue/screen.css
index 03504b99..cf8ca12e 100644
--- a/skins/cologneblue/screen.css
+++ b/skins/cologneblue/screen.css
@@ -1,6 +1,6 @@
body {
- margin: 0px;
- padding: 0px;
+ margin: 0;
+ padding: 0;
color: black;
}
@@ -21,7 +21,7 @@ body {
}
#topbar {
- padding: 0px;
+ padding: 0;
}
#powersearch {
@@ -103,10 +103,6 @@ td#top-syslinks {
td.top-linkcollection {
text-align: right;
}
-td.top-subheader {
- vertical-align: top;
-}
-
/**
* Overrides text justification (user preference)
* See bug 31990
@@ -114,6 +110,9 @@ td.top-subheader {
td.top-linkcollection #catlinks {
text-align: right;
}
+td.top-subheader {
+ vertical-align: top;
+}
td.bottom {
font-family: Verdana, Arial, sans-serif;
font-size: 10pt;