CSS/tables: Only add default style for td and th

refs #5543
This commit is contained in:
Eric Lippmann 2015-11-04 16:07:15 +01:00
parent 561acd9a9a
commit 5fc2974073
1 changed files with 2 additions and 19 deletions

View File

@ -93,25 +93,8 @@ pre {
white-space: pre-wrap;
}
table {
border-collapse: separate;
border-spacing: 0 1px;
width: 100%;
line-height: 2em;
margin-top: 2em;
}
thead {
line-height: 2.5em;
}
th {
padding: @vertical-padding / 2 @horizontal-padding / 2;
}
td {
padding: @vertical-padding / 2 @horizontal-padding / 2;
td, th {
padding: 0.333em; // 4px
}
[class^="icon-"], [class*=" icon-"] {