diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-06-26 19:30:20 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-06-26 19:30:20 +0000 |
commit | 2323e5723395dd9c793b301650b69bdd0a37e273 (patch) | |
tree | 46f49ecc5c23a856deea05aa2086578b8e70866e /misc | |
parent | f7a6c42ebaf8fe6c8421adb23aaac063391c7fc1 (diff) | |
download | brdo-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.css | 2 |
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;} |