diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-09-22 07:25:10 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-09-22 07:25:10 +0000 |
commit | 4deee69d6e5bb2af010e40c4c5942ef068fcda03 (patch) | |
tree | f0aa6d597a37d888078b7a77ecf924f31dff0582 | |
parent | 77d9ff0706304cae9f51bd2d514782ba8b488883 (diff) | |
download | brdo-4deee69d6e5bb2af010e40c4c5942ef068fcda03.tar.gz brdo-4deee69d6e5bb2af010e40c4c5942ef068fcda03.tar.bz2 |
- Patch #581760 by yoroy: by default, don't center-align the user login form in the block. It is still center-aligned in Garland.
-rw-r--r-- | modules/user/user.css | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/user/user.css b/modules/user/user.css index 878f98317..f878b31b2 100644 --- a/modules/user/user.css +++ b/modules/user/user.css @@ -9,9 +9,6 @@ #permissions tr.odd .form-item, #permissions tr.even .form-item { white-space: normal; } -#user-login-form { - text-align: center; -} #user-admin-filter ul { list-style-type: none; list-style-image: none; |