From 091c2b5f5523773604699b914c19e6b02ce290bc Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Sat, 17 Dec 2011 02:21:03 +0100 Subject: Move language selection to a drop-down list Move all languages to a select container to save some space. Language selection is a rarely used feature, so there's no need to make this a one click option. Signed-off-by: Lukas Fleischer --- web/html/css/aur.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'web/html/css/aur.css') diff --git a/web/html/css/aur.css b/web/html/css/aur.css index 181d0432..741446e4 100644 --- a/web/html/css/aur.css +++ b/web/html/css/aur.css @@ -1 +1,4 @@ /* AUR-specific customizations to "archweb.css". */ +#lang_sub { + float: right; +} -- cgit v1.2.3-24-g4f1b