summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-08-15 09:05:48 +0200
committerYorhel <git@yorhel.nl>2009-08-17 16:27:14 +0200
commitc000490dcdf208e235a05358668dbb6fb70d5168 (patch)
tree010eaf25e66f7b7aeeac972d796c843669df1159 /data
parent4b918796f8d85d40d55dbf2674a2b691d802ff02 (diff)
Added language switcher to the main menu
Diffstat (limited to 'data')
-rw-r--r--data/lang.txt13
-rw-r--r--data/style.css4
2 files changed, 6 insertions, 11 deletions
diff --git a/data/lang.txt b/data/lang.txt
index cd6cd010..eb6774b8 100644
--- a/data/lang.txt
+++ b/data/lang.txt
@@ -40,15 +40,6 @@ indicate that it has been checked.
/intro
-:test
-en : (en test)
-ru : (ru test)
-
-:multiline
-en : en multi
- en line
-
-ru : ru multi
- ru line
-
+:Menu
+ru : ~[Menu in russian~]
diff --git a/data/style.css b/data/style.css
index c904a18a..4bc97b19 100644
--- a/data/style.css
+++ b/data/style.css
@@ -272,6 +272,10 @@ b.future {
font-size: 11px;
color: $maintext$;
}
+#menulist h2 span {
+ float: right;
+ padding-top: 1px;
+}
#menulist dt {
display: block;
float: left;