diff options
author | Thayer Williams <thayerw@gmail.com> | 2008-01-16 22:52:00 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-01-20 07:21:21 +0100 |
commit | 11f7c682dbe850c9a2a776fc4979fbcfc463b813 (patch) | |
tree | 476cf3c10c4801f93f94e24e7827b006c13b971a /web/html/css/arch.css | |
parent | a9ea2bd89dd62a9766efae0f118b58bca6df6f17 (diff) | |
download | aur-11f7c682dbe850c9a2a776fc4979fbcfc463b813.tar.gz aur-11f7c682dbe850c9a2a776fc4979fbcfc463b813.tar.xz |
Fixed a couple typos in arch.css
Signed-off-by: Thayer Williams <thayerw@gmail.com>
Diffstat (limited to 'web/html/css/arch.css')
-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 2913e92e..60cdee39 100644 --- a/web/html/css/arch.css +++ b/web/html/css/arch.css @@ -61,7 +61,7 @@ body { z-index: 1; display: block; position: absolute; - top: 50; + top: 50px; right: 30px; } #lang_sub ul { @@ -76,7 +76,7 @@ body { #lang_sub ul li { display: block; float: right; - margin-left: 0 3px; + margin: 0 3px; font-size: 10px; text-align: center; } |