summaryrefslogtreecommitdiffstats
path: root/web/html/css
diff options
context:
space:
mode:
authorLukas Fleischer <archlinux@cryptocrack.de>2011-12-17 02:21:03 +0100
committerLukas Fleischer <archlinux@cryptocrack.de>2012-07-06 11:26:47 +0200
commit091c2b5f5523773604699b914c19e6b02ce290bc (patch)
tree69dd0dcf90d6e7dc1076cdaca798f6eae338162b /web/html/css
parent16e250b69d575491cd7397496969d3f73c5bd478 (diff)
downloadaurweb-091c2b5f5523773604699b914c19e6b02ce290bc.tar.xz
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 <archlinux@cryptocrack.de>
Diffstat (limited to 'web/html/css')
-rw-r--r--web/html/css/aur.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/html/css/aur.css b/web/html/css/aur.css
index 181d043..741446e 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;
+}