From 91ecaf80b3959bc902c713bd8556757b296a2bd0 Mon Sep 17 00:00:00 2001 From: etienne Date: Wed, 20 Aug 2008 00:01:23 +0000 Subject: Internationalization of the application --- static/styles.css | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'static/styles.css') diff --git a/static/styles.css b/static/styles.css index a5bd11e..126f807 100644 --- a/static/styles.css +++ b/static/styles.css @@ -11,6 +11,8 @@ background-color:#ced3e1; } h1, h1 a{ +margin:0; +margin-top:2px;; border:1px solid black; border-right:None; border-left:None; @@ -58,6 +60,30 @@ background-repeat:no-repeat; background-position:top right; } +#header{ +text-align:right; +font-size:11px; +color:grey; +} + +#header #languages a{ +color:grey; +padding-right:6px; +text-decoration:none; +} + +#footer{ +text-align:center; +font-size:11px; +color:grey; +margin:6px; +} + +#footer a{ +color:grey; +text-decoration:none; +} + .error{ color:red; } -- cgit v1.2.3