diff options
| author | Mark Otto <[email protected]> | 2012-07-13 14:43:51 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-07-13 14:43:51 -0700 |
| commit | 750badabf760d7fb0a68a1a214442ecbdff8a16c (patch) | |
| tree | 26f4ab15bff09558bc42d1a5008dcdd536ecad49 /docs/assets/css/docs.css | |
| parent | 463de252a9d695d6b52045e5e7df4e7b82ffb116 (diff) | |
| download | bootstrap-750badabf760d7fb0a68a1a214442ecbdff8a16c.tar.xz bootstrap-750badabf760d7fb0a68a1a214442ecbdff8a16c.zip | |
copy edits and tweaks to utility classes to ensure they always are specific enough
Diffstat (limited to 'docs/assets/css/docs.css')
| -rw-r--r-- | docs/assets/css/docs.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 0a713d626..2c73a78c2 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -57,6 +57,10 @@ body > .navbar-fixed-top .brand:hover { section { padding-top: 60px; } +section > .page-header, +section > .lead { + color: #5a5a5a; +} /* Separators (hr) */ .bs-docs-separator { |
