diff options
author | Yorhel <git@yorhel.nl> | 2009-10-21 16:06:51 +0200 |
---|---|---|
committer | Yorhel <git@yorhel.nl> | 2009-10-21 16:06:51 +0200 |
commit | a580210dc8e1d9e66b31ad68de9cf2492aba4d4f (patch) | |
tree | fee9962037fd1e74ac327a6ee78ed1cbfb4693f6 /data | |
parent | 6900668e8dad97762e4a4c493c21dec1391998cb (diff) |
CSS: Center the login button
Diffstat (limited to 'data')
-rw-r--r-- | data/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/style.css b/data/style.css index ea793578..6bd0c547 100644 --- a/data/style.css +++ b/data/style.css @@ -296,7 +296,7 @@ b.future, b.standout, a.standout { } #menulist input.submit { width: 70px; - margin-left: 45px; + margin-left: 30px; } #menulist #search input.text { width: 133px; |