diff options
| author | Mark Otto <[email protected]> | 2013-09-01 09:49:28 +0200 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-09-01 09:49:28 +0200 |
| commit | 794d7845199d46b89f45026d47091e6f30de73a2 (patch) | |
| tree | 989bfaf039158b4391a5237ed1afd3211a1c807a /dist/css/bootstrap.css | |
| parent | 9e541fc717fdaa333bde760688dc6a16256e607d (diff) | |
| download | bootstrap-794d7845199d46b89f45026d47091e6f30de73a2.tar.xz bootstrap-794d7845199d46b89f45026d47091e6f30de73a2.zip | |
fixes #10153: restore headings-color variable
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 856e378cb..5318d432e 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -399,7 +399,8 @@ p { } } -small { +small, +.small { font-size: 85%; } @@ -458,6 +459,7 @@ h6, font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 500; line-height: 1.1; + color: inherit; } h1 small, |
