summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2010-05-29 17:24:26 -0500
committerDan McGee <dan@archlinux.org>2010-05-29 17:24:26 -0500
commit48a935d8edf3a1ad59a2c3bb325ef86e4f922d88 (patch)
tree1c21b0ea601633b84422c102e9151c7fcce93452
parentdebec14b736162c65421ee1bace3adb049746ed4 (diff)
downloadarchweb-48a935d8edf3a1ad59a2c3bb325ef86e4f922d88.tar.gz
archweb-48a935d8edf3a1ad59a2c3bb325ef86e4f922d88.zip
Make some small color changesrelease_2010-05-31
After feedback from the recent redesign. Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r--media/archweb.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/media/archweb.css b/media/archweb.css
index d6fd34c3..dc15cf65 100644
--- a/media/archweb.css
+++ b/media/archweb.css
@@ -16,7 +16,7 @@
* { margin: 0; padding: 0; line-height: 1.4; }
/* general styling */
-body { min-width: 650px; background: #eef; color: #444; font: normal 100% sans-serif; text-align: center; }
+body { min-width: 650px; background: #e4eeff; color: #222; font: normal 100% sans-serif; text-align: center; }
p { margin: .33em 0 1em; }
ol, ul { margin-bottom: 1em; padding-left: 2em; }
ul { list-style: square; }
@@ -66,7 +66,7 @@ td { vertical-align: top; }
/* table pretty styles */
table.pretty1 { width: auto; margin-top: 0.25em; margin-bottom: 0.5em; border-collapse: collapse; border: 1px solid #bcd; }
-table.pretty1 th { padding: 0.35em; background: #eef; border: 1px solid #bcd; }
+table.pretty1 th { padding: 0.35em; background: #e4eeff; border: 1px solid #bcd; }
table.pretty1 td { padding: 0.35em; border: 1px dotted #bcd; }
table.pretty2 { width: auto; margin-top: 0.25em; margin-bottom: 0.5em; border-collapse: collapse; border: 1px solid #bbb; }
table.pretty2 th { padding: 0.35em; background: #eee; border: 1px solid #bbb; }