diff options
Diffstat (limited to 'less')
| -rw-r--r-- | less/tables.less | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/less/tables.less b/less/tables.less index 59cb007cb..67f7cd765 100644 --- a/less/tables.less +++ b/less/tables.less @@ -9,7 +9,9 @@ table { border-collapse: collapse; border-spacing: 0; } - +th { + text-align: left; +} // BASELINE STYLES @@ -23,13 +25,9 @@ table { td { padding: 8px; line-height: @line-height-base; - text-align: left; vertical-align: top; border-top: 1px solid @table-border; } - th { - font-weight: bold; - } // Bottom align for column headings thead th { vertical-align: bottom; |
