diff options
author | Dan McGee <dan@archlinux.org> | 2012-10-21 10:30:33 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-10-21 10:30:33 -0500 |
commit | 96cabfbdd6564a8b1e7cc7b365a194cbb6736fae (patch) | |
tree | 806fd2605cee19b06c90957f316258556a0558a9 | |
parent | ed9600e2209eb2c9fd755cc00878993fec998ef0 (diff) |
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 <dan@archlinux.org>
-rw-r--r-- | sitestatic/archweb.css | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sitestatic/archweb.css b/sitestatic/archweb.css index 1af070ad..2a91c393 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; } |