summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-06-26 19:30:20 +0000
committerDries Buytaert <dries@buytaert.net>2003-06-26 19:30:20 +0000
commit2323e5723395dd9c793b301650b69bdd0a37e273 (patch)
tree46f49ecc5c23a856deea05aa2086578b8e70866e /misc
parentf7a6c42ebaf8fe6c8421adb23aaac063391c7fc1 (diff)
downloadbrdo-2323e5723395dd9c793b301650b69bdd0a37e273.tar.gz
brdo-2323e5723395dd9c793b301650b69bdd0a37e273.tar.bz2
- Improvement: moved hard-coded CSS from user module to drupal.css. Patch
#57 by Kristjan.
Diffstat (limited to 'misc')
-rw-r--r--misc/drupal.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/drupal.css b/misc/drupal.css
index be9923a6b..160c7a704 100644
--- a/misc/drupal.css
+++ b/misc/drupal.css
@@ -75,7 +75,7 @@ th { text-align: left; padding-right: 1em; border-bottom:
.ok { color: #080; }
.user-login-block { text-align: center; }
-
+.user-login-block, .user-information-block { white-space: nowrap; }
tr.dark { background-color: #ddd; }
tr.light { background-color: #eee; }
pre { white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -o-pre-wrap; white-space: -pre-wrap;}