diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/drupal.css | 11 |
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; } |