aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-07-12 15:55:15 -0700
committerMark Otto <[email protected]>2014-07-12 15:55:15 -0700
commitfe0ef388982399d8925ec7aa8a70c4b4df3aa7e6 (patch)
tree47eefd1cfaf369a2cdf9defc7b004972d7183d83 /less
parent2962f845a5f07dea5060a7204a527eff1522d48d (diff)
downloadbootstrap-fe0ef388982399d8925ec7aa8a70c4b4df3aa7e6.tar.xz
bootstrap-fe0ef388982399d8925ec7aa8a70c4b4df3aa7e6.zip
Fixes #14095: Add basic styling for captions, which we've for some reason been missing all this time.
Diffstat (limited to 'less')
-rw-r--r--less/tables.less6
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;
}