aboutsummaryrefslogtreecommitdiff
path: root/docs/dist/css/bootstrap.css
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 /docs/dist/css/bootstrap.css
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 'docs/dist/css/bootstrap.css')
-rw-r--r--docs/dist/css/bootstrap.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css
index 54a074b74..642e2ebbc 100644
--- a/docs/dist/css/bootstrap.css
+++ b/docs/dist/css/bootstrap.css
@@ -2055,6 +2055,12 @@ pre code {
table {
background-color: transparent;
}
+caption {
+ padding-top: 8px;
+ padding-bottom: 8px;
+ color: #777;
+ text-align: left;
+}
th {
text-align: left;
}