summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2006-04-04 23:36:18 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2006-04-04 23:36:18 +0000
commit02f6a3ee2dfecd5743d0c3e06ef43b1941b7a424 (patch)
treeaecb6e8d07da3232f6a9cf8606bb04b79658f528 /misc
parent21585f66a580373b39a266e9718ef98c1e26abeb (diff)
downloadbrdo-02f6a3ee2dfecd5743d0c3e06ef43b1941b7a424.tar.gz
brdo-02f6a3ee2dfecd5743d0c3e06ef43b1941b7a424.tar.bz2
#56709: Expose hidden 'toggle_logo' variable and rearrange theme toggles.
Diffstat (limited to 'misc')
-rw-r--r--misc/drupal.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/drupal.css b/misc/drupal.css
index 8f71aeac7..2421dbbd1 100644
--- a/misc/drupal.css
+++ b/misc/drupal.css
@@ -452,6 +452,17 @@ img.screenshot {
#tracker table {
width: 100%;
}
+.theme-settings-left {
+ float: left;
+ width: 49%;
+}
+.theme-settings-right {
+ float: right;
+ width: 49%;
+}
+.theme-settings-bottom {
+ clear: both;
+}
#user-login-form {
text-align: center;
}