From 96cabfbdd6564a8b1e7cc7b365a194cbb6736fae Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sun, 21 Oct 2012 10:30:33 -0500 Subject: Remove 'table' tag specifier from '.arch-bio-entry' Class-based selectors make sense here, we don't need the table tag too. Signed-off-by: Dan McGee --- sitestatic/archweb.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'sitestatic') diff --git a/sitestatic/archweb.css b/sitestatic/archweb.css index 1af070a..2a91c39 100644 --- a/sitestatic/archweb.css +++ b/sitestatic/archweb.css @@ -888,33 +888,33 @@ table td.country { white-space: nowrap; } -table.arch-bio-entry { +.arch-bio-entry { width: 75%; min-width: 640px; margin: 0 auto; } - table.arch-bio-entry td.pic { + .arch-bio-entry td.pic { vertical-align: top; padding-right: 15px; padding-top: 2.25em; } - table.arch-bio-entry td.pic img { + .arch-bio-entry td.pic img { padding: 4px; border: 1px solid #ccc; } - table.arch-bio-entry td h3 { + .arch-bio-entry td h3 { border-bottom: 1px dotted #ccc; margin-bottom: 0.5em; } - table.arch-bio-entry table.bio { + .arch-bio-entry table.bio { margin-bottom: 2em; } - table.arch-bio-entry table.bio th { + .arch-bio-entry table.bio th { color: #666; font-weight: normal; text-align: right; @@ -923,7 +923,7 @@ table.arch-bio-entry { white-space: nowrap; } - table.arch-bio-entry table.bio td { + .arch-bio-entry table.bio td { width: 100%; padding-bottom: 0.25em; } -- cgit v1.2.3-24-g4f1b