diff options
Diffstat (limited to 'less')
| -rw-r--r-- | less/tables.less | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/less/tables.less b/less/tables.less index 38c7da349..25db1fe40 100644 --- a/less/tables.less +++ b/less/tables.less @@ -6,6 +6,12 @@ table { background-color: @table-bg; } +caption { + padding-top: @table-cell-padding; + padding-bottom: @table-cell-padding; + color: @text-muted; + text-align: left; +} th { text-align: left; } |
