aboutsummaryrefslogtreecommitdiffstats
path: root/g/style
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2011-04-04 15:44:01 +0000
committerRomain d'Alverny <rda@mageia.org>2011-04-04 15:44:01 +0000
commit7b9eda987f2c78b219bc5b7b960c18352c67a66e (patch)
tree7e912086a6b3abcd52e76cc51571f0311cc1abbf /g/style
parent2e7c1fc5daf863510862fde444ad5daec2f555eb (diff)
downloadwww-7b9eda987f2c78b219bc5b7b960c18352c67a66e.tar
www-7b9eda987f2c78b219bc5b7b960c18352c67a66e.tar.gz
www-7b9eda987f2c78b219bc5b7b960c18352c67a66e.tar.bz2
www-7b9eda987f2c78b219bc5b7b960c18352c67a66e.tar.xz
www-7b9eda987f2c78b219bc5b7b960c18352c67a66e.zip
style update
Diffstat (limited to 'g/style')
-rw-r--r--g/style/all.css11
-rw-r--r--g/style/screen.css11
2 files changed, 20 insertions, 2 deletions
diff --git a/g/style/all.css b/g/style/all.css
index 3235962fc..5b9d72aee 100644
--- a/g/style/all.css
+++ b/g/style/all.css
@@ -142,6 +142,14 @@ ul#people li { list-style: disc; margin-bottom: 0.2em; }
-moz-box-shadow: 0 1px 2px #9db1ca;
box-shadow: 0 1px 2px #9db1ca;
}
+
+.qsidesummary {
+ float: right;
+ border: 1px solid #aaa;
+ padding: 0 0 2em 0;
+ margin: 0 0 2em 1em;
+}
+
.nav2 { width: 695px; margin: 0 auto; position: relative; }
p.loc { font-size: 0.9em; padding: 0.5em 0; color: #ccc; width: 695px; margin: 0 auto; text-align: left; }
p.loc a { color: #2383c2; text-decoration: none; }
@@ -237,4 +245,5 @@ span.pop_2 { width: 10px; }
span.pop_3 { width: 20px; }
span.pop_4 { width: 35px; }
span.pop_5 { width: 50px; }
-.dlinfo { font-size: 85%; color: #888; } \ No newline at end of file
+.dlinfo { font-size: 85%; color: #888; }
+.dlt2 tr.reco td { font-weight: bold; } \ No newline at end of file
diff --git a/g/style/screen.css b/g/style/screen.css
index 71d5e5a3f..f3ac00aed 100644
--- a/g/style/screen.css
+++ b/g/style/screen.css
@@ -130,6 +130,14 @@ ul#people li { list-style: disc; margin-bottom: 0.2em; }
-moz-box-shadow: 0 1px 2px #9db1ca;
box-shadow: 0 1px 2px #9db1ca;
}
+
+.qsidesummary {
+ float: right;
+ border: 1px solid #aaa;
+ padding: 0 0 2em 0;
+ margin: 0 0 2em 1em;
+}
+
.nav2 { width: 695px; margin: 0 auto; position: relative; }
p.loc { font-size: 0.9em; padding: 0.5em 0; color: #ccc; width: 695px; margin: 0 auto; text-align: left; }
p.loc a { color: #2383c2; text-decoration: none; }
@@ -225,4 +233,5 @@ span.pop_2 { width: 10px; }
span.pop_3 { width: 20px; }
span.pop_4 { width: 35px; }
span.pop_5 { width: 50px; }
-.dlinfo { font-size: 85%; color: #888; } \ No newline at end of file
+.dlinfo { font-size: 85%; color: #888; }
+.dlt2 tr.reco td { font-weight: bold; } \ No newline at end of file