diff options
author | Loui Chang <louipc.ist@gmail.com> | 2009-11-24 06:55:21 +0100 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2009-11-24 06:55:21 +0100 |
commit | 6c327efaf3342120aec2f8031fc0e1270380399c (patch) | |
tree | 0de8b29ce60ed0645d536d4fc0014dc6b0de95b5 /web/html | |
parent | 143ed617c2644ee6fdc24abb566bc289ed3b9fba (diff) | |
download | aur-6c327efaf3342120aec2f8031fc0e1270380399c.tar.gz aur-6c327efaf3342120aec2f8031fc0e1270380399c.tar.xz |
Reposition language menu in the header.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Diffstat (limited to 'web/html')
-rw-r--r-- | web/html/css/arch.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/html/css/arch.css b/web/html/css/arch.css index 3f1f764b..121a748c 100644 --- a/web/html/css/arch.css +++ b/web/html/css/arch.css @@ -53,7 +53,7 @@ body { font-size: 10pt; text-align: right; position: relative; - margin-bottom: 10px; + margin-bottom: 40px; margin-right: 35px; } #lang_sub ul { @@ -72,7 +72,7 @@ body { } #login_bar { display: block; - margin-bottom: 40px; + margin-bottom: 10px; } #login_bar input { margin-right: 5px; |