diff options
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;} |