summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authoretienne2008-08-20 00:01:23 +0000
committeretienne2008-08-20 00:01:23 +0000
commit91ecaf80b3959bc902c713bd8556757b296a2bd0 (patch)
tree48ad13ef81c0eaec18804045c73a59278bbe89e0 /static
parentb638469a22df4fb92da63a54295347024cb55eb4 (diff)
Internationalization of the application
Diffstat (limited to 'static')
-rw-r--r--static/styles.css26
1 files changed, 26 insertions, 0 deletions
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;
}