|
|
Regel 1: |
Regel 1: |
| + | /* wikitable/prettytable class for skinning normal tables */ |
| + | table.httable, |
| | | |
| + | .httable th, .httable td { |
| + | border: 1px #aaa solid; |
| + | padding: 0.2em; |
| + | } |
| + | .httable th { |
| + | background: #f2f2f2; |
| + | text-align: center; |
| + | } |
| + | .httable caption, { |
| + | font-weight: bold; |
| + | } |
Versie van 4 mei 2010 om 14:45
/* wikitable/prettytable class for skinning normal tables */
table.httable,
.httable th, .httable td {
border: 1px #aaa solid;
padding: 0.2em;
}
.httable th {
background: #f2f2f2;
text-align: center;
}
.httable caption, {
font-weight: bold;
}