summaryrefslogtreecommitdiff
path: root/themes/default/css
diff options
context:
space:
mode:
authorChad Kieffer <chad@2tbsp.com>2008-12-25 20:12:00 +0000
committerChad Kieffer <chad@2tbsp.com>2008-12-25 20:12:00 +0000
commit9ebced112b3f155df320a730a1f7063d882ea22b (patch)
tree530f170c0ace9e8931ee79bbdd5c74aec7b5be61 /themes/default/css
parent2c978cb37a9f279a837f459528b4b1e9cc8ae1a7 (diff)
Restore inline gLoginMenu items, remove extra ; from footer.
Diffstat (limited to 'themes/default/css')
-rw-r--r--themes/default/css/screen.css11
1 files changed, 8 insertions, 3 deletions
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css
index 05f0b7ec..c35465a4 100644
--- a/themes/default/css/screen.css
+++ b/themes/default/css/screen.css
@@ -431,12 +431,12 @@ li.gError select {
}
#gCredits li:before {
- padding: 0 2px 0 2px;
- content: "|"
+ padding: 0 2px;
+ content: "|";
}
#gCredits li.first:before {
- content: ""
+ content: "";
}
/** *******************************************************************
@@ -447,6 +447,11 @@ li.gError select {
#gLoginMenu {
float: right;
+ margin-top: 7px;
+}
+
+#gLoginMenu li {
+ display: inline;
margin-right: 20px;
}