diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2007-04-07 11:04:34 +0000 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2007-04-07 11:04:34 +0000 |
commit | 806f1940fb465e096bb320675c186cc83cc95c8d (patch) | |
tree | 6b7c4edcc824d78a4aacbe74089cab2b57ecdbdc | |
parent | a07b01d6fdcd3f2993536684e1d261804155de8e (diff) |
Tabellen-Rahmen-Problem nun endgültig gelöst
-rw-r--r-- | skins/archlinux/main.css | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/skins/archlinux/main.css b/skins/archlinux/main.css index 21f24908..8f35623a 100644 --- a/skins/archlinux/main.css +++ b/skins/archlinux/main.css @@ -281,25 +281,21 @@ span.subpages { margin-bottom: .1em; } -#bodyContent table { +table[border="1"] { border-style:none; border-collapse:collapse; } -#bodyContent tr { +table[border="1"] tr { } -#bodyContent td { +table[border="1"] td { padding:4px; border-style:solid; border-width:1px; border-color:#AAAAAA; } -#mw-pages td { -border-style:none; -} - /* user notification thing */ .usermessage { background-color: #ffce7b; |