diff options
| author | Mark Otto <[email protected]> | 2014-07-12 15:55:15 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-12 15:55:15 -0700 |
| commit | fe0ef388982399d8925ec7aa8a70c4b4df3aa7e6 (patch) | |
| tree | 47eefd1cfaf369a2cdf9defc7b004972d7183d83 /dist/css/bootstrap.css | |
| parent | 2962f845a5f07dea5060a7204a527eff1522d48d (diff) | |
| download | bootstrap-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 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 54a074b74..642e2ebbc 100644 --- a/dist/css/bootstrap.css +++ b/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; } |
