summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@ffgraz.net>2011-05-09 02:54:30 +0000
committerChristian Pointner <equinox@ffgraz.net>2011-05-09 02:54:30 +0000
commit26c3d7c4177ff457c7c2dd69e665cce06db59be4 (patch)
tree7e0c19405b4236bc87e60945f08acde1d3f46398
parent9a258c8a754917d9e1ae78ba5a674b18e7dda999 (diff)
language improvements
-rw-r--r--css/ffgraz.css2
-rw-r--r--inc/lang.shtml4
2 files changed, 3 insertions, 3 deletions
diff --git a/css/ffgraz.css b/css/ffgraz.css
index 34ecb30..d06b140 100644
--- a/css/ffgraz.css
+++ b/css/ffgraz.css
@@ -67,7 +67,7 @@ div#links ul#lang li:first-child {
}
div#links ul#lang li img {
max-height: 39px;
- height: 1.75em;
+ height: 1.25em;
border: 0;
padding: 0 1px;
margin: 0;
diff --git a/inc/lang.shtml b/inc/lang.shtml
index a5dfe67..9765b84 100644
--- a/inc/lang.shtml
+++ b/inc/lang.shtml
@@ -3,13 +3,13 @@
<!--#if expr="${LANG} == de" -->
<li><img src="/images/at_dis.png" /><img src="/images/de_dis.png" /></li>
<!--#else -->
- <li><a href="/de/<!--#echo var="sitehtml" -->"><img src="/images/at.png" /><img src="/images/de.png" /></a></li>
+ <li><a href="/de/<!--#echo var="sitehtml" -->" title="Deutsche Version"><img src="/images/at.png" /><img src="/images/de.png" /></a></li>
<!--#endif-->
<!--#if expr="${LANG} == en" -->
<li><img src="/images/uk_dis.png" /><img src="/images/us_dis.png" /></li>
<!--#else -->
- <li><a href="/en/<!--#echo var="sitehtml" -->"><img src="/images/uk.png" /><img src="/images/us.png" /></a></li>
+ <li><a href="/en/<!--#echo var="sitehtml" -->" title="English Version"><img src="/images/uk.png" /><img src="/images/us.png" /></a></li>
<!--#endif-->
</ul>