diff options
| author | etienne <etienne@07715635-78ed-41b0-aaf1-0afda6c37f35> | 2008-08-20 00:01:23 +0000 |
|---|---|---|
| committer | etienne <etienne@07715635-78ed-41b0-aaf1-0afda6c37f35> | 2008-08-20 00:01:23 +0000 |
| commit | 91ecaf80b3959bc902c713bd8556757b296a2bd0 (patch) | |
| tree | 48ad13ef81c0eaec18804045c73a59278bbe89e0 /static/styles.css | |
| parent | b638469a22df4fb92da63a54295347024cb55eb4 (diff) | |
| download | Papillon-91ecaf80b3959bc902c713bd8556757b296a2bd0.tar.bz2 Papillon-91ecaf80b3959bc902c713bd8556757b296a2bd0.zip | |
Internationalization of the application
Diffstat (limited to 'static/styles.css')
| -rw-r--r-- | static/styles.css | 26 |
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; } |
