(Kulagin changed the content model of the page User:Kulagin/style.css from "CSS" to "Sanitized CSS") Tag: content model change |
No edit summary |
||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
.wikitable td { | .wikitable { | ||
border: 1px solid black | width: 100%; | ||
} | |||
.wikitable tbody { | |||
border: 1px solid black; | |||
} | |||
.wikitable caption { | |||
border: 1px solid black; | |||
border-bottom: none; | |||
} | |||
.wikitable th, .wikitable td { | |||
border: 1px solid black; | |||
} | } |