aboutsummaryrefslogtreecommitdiff
path: root/lib/tables.less
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tables.less')
-rw-r--r--lib/tables.less13
1 files changed, 8 insertions, 5 deletions
diff --git a/lib/tables.less b/lib/tables.less
index d1af37de8..4fff7bd64 100644
--- a/lib/tables.less
+++ b/lib/tables.less
@@ -11,20 +11,23 @@ table {
width: 100%;
margin-bottom: @baseline;
padding: 0;
- border-collapse: separate;
- font-size: 13px;
+ border-collapse: collapse;
+ font-size: @basefont;
th, td {
padding: 10px 10px 9px;
- line-height: @baseline * .75;
+ line-height: @baseline;
text-align: left;
- vertical-align: middle;
- border-bottom: 1px solid #ddd;
+ border: 1px solid #ddd;
}
th {
padding-top: 9px;
font-weight: bold;
+ vertical-align: middle;
border-bottom-width: 2px;
}
+ td {
+ vertical-align: top;
+ }
}