diff options
author | Loui Chang <louipc.ist@gmail.com> | 2009-11-24 00:55:21 -0500 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2009-11-24 00:55:21 -0500 |
commit | 6c327efaf3342120aec2f8031fc0e1270380399c (patch) | |
tree | 0de8b29ce60ed0645d536d4fc0014dc6b0de95b5 | |
parent | 143ed617c2644ee6fdc24abb566bc289ed3b9fba (diff) |
Reposition language menu in the header.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
-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 3f1f764..121a748 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; |