aboutsummaryrefslogtreecommitdiffstats
path: root/g
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2010-12-14 16:44:45 +0000
committerRomain d'Alverny <rda@mageia.org>2010-12-14 16:44:45 +0000
commit49d989afe169b21abf6675e1f0e5afb1eb202cf1 (patch)
tree0a2ab5e6dfb4f68b4036358720484d5af6d490cc /g
parent3265d302bb67c40ecdd53fb9cf3519007b3d7ef6 (diff)
downloadwww-49d989afe169b21abf6675e1f0e5afb1eb202cf1.tar
www-49d989afe169b21abf6675e1f0e5afb1eb202cf1.tar.gz
www-49d989afe169b21abf6675e1f0e5afb1eb202cf1.tar.bz2
www-49d989afe169b21abf6675e1f0e5afb1eb202cf1.tar.xz
www-49d989afe169b21abf6675e1f0e5afb1eb202cf1.zip
layout test + fixes
Diffstat (limited to 'g')
-rw-r--r--g/style/all.css10
-rw-r--r--g/style/screen.css10
2 files changed, 18 insertions, 2 deletions
diff --git a/g/style/all.css b/g/style/all.css
index 2f413f518..f1d4bb46e 100644
--- a/g/style/all.css
+++ b/g/style/all.css
@@ -58,4 +58,12 @@ ul.news li span.dt { font-weight: thin; font-size: 85%; color: #666;
.lb1 { border-left: 1px solid #aaa; }
.rb1 { border-right: 1px solid #aaa; }
-#lang_form { position: absolute; top: 0; right: 0; } \ No newline at end of file
+#lang_form { position: absolute; top: 0; right: 0; }
+
+.donate-coord {
+ background: #fea; background: #ddd;
+ color: #222;
+ padding: 0.5em 0.9em;
+ font-family: courier, monospace;
+ font-size: 95%;
+} \ No newline at end of file
diff --git a/g/style/screen.css b/g/style/screen.css
index f939ba995..da97f56b7 100644
--- a/g/style/screen.css
+++ b/g/style/screen.css
@@ -46,4 +46,12 @@ ul.news li span.dt { font-weight: thin; font-size: 85%; color: #666;
.lb1 { border-left: 1px solid #aaa; }
.rb1 { border-right: 1px solid #aaa; }
-#lang_form { position: absolute; top: 0; right: 0; } \ No newline at end of file
+#lang_form { position: absolute; top: 0; right: 0; }
+
+.donate-coord {
+ background: #fea; background: #ddd;
+ color: #222;
+ padding: 0.5em 0.9em;
+ font-family: courier, monospace;
+ font-size: 95%;
+} \ No newline at end of file