summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2007-04-07 11:04:34 +0000
committerPierre Schmitz <pierre@archlinux.de>2007-04-07 11:04:34 +0000
commit806f1940fb465e096bb320675c186cc83cc95c8d (patch)
tree6b7c4edcc824d78a4aacbe74089cab2b57ecdbdc /skins
parenta07b01d6fdcd3f2993536684e1d261804155de8e (diff)
Tabellen-Rahmen-Problem nun endgültig gelöst
Diffstat (limited to 'skins')
-rw-r--r--skins/archlinux/main.css10
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;