From 0a501af0801a8809683c1931d6a1a18ddd863545 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Thu, 27 Dec 2012 22:39:54 -0600 Subject: Ensure cascades in padding CSS happen correctly Some of the base CSS styles were a bit too specific, causing certain overrides to not take effect. Loosen the specifications a bit so styles are easier to override. Signed-off-by: Dan McGee --- sitestatic/archweb.css | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'sitestatic') diff --git a/sitestatic/archweb.css b/sitestatic/archweb.css index 45029f1..6d6e156 100644 --- a/sitestatic/archweb.css +++ b/sitestatic/archweb.css @@ -267,13 +267,13 @@ table.pretty1 { border: 1px solid #bcd; } - table.pretty1 th { + .pretty1 th { padding: 0.35em; background: #e4eeff; border: 1px solid #bcd; } - table.pretty1 td { + .pretty1 td { padding: 0.35em; border: 1px dotted #bcd; } @@ -286,13 +286,13 @@ table.pretty2 { border: 1px solid #bbb; } - table.pretty2 th { + .pretty2 th { padding: 0.35em; background: #eee; border: 1px solid #bbb; } - table.pretty2 td { + .pretty2 td { padding: 0.35em; border: 1px dotted #bbb; } @@ -301,7 +301,7 @@ table.compact { width: auto; } - table.compact td { + .compact td { padding: 0.25em 0 0.25em 1.5em; } @@ -666,26 +666,26 @@ table.results { border-bottom: 1px dotted #999; } - table.results th { + .results th { padding: 0.5em 1em 0.25em 0.25em; border-bottom: 1px solid #999; white-space: nowrap; background-color:#fff; } - table.results td { + .results td { padding: .3em 1em .3em 3px; } - table.results tr.odd { + .results tr.odd { background: #fff; } - table.results tr.even { + .results tr.even { background: #e4eeff; } - table.results .flagged { + .results .flagged { color: red; } -- cgit v1.2.3-24-g4f1b