diff options
| author | Mark Otto <[email protected]> | 2012-06-09 19:15:46 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-06-09 19:15:46 -0700 |
| commit | c65006601e65cbfa23611f55c0af314fc762d84d (patch) | |
| tree | ea43533a6c451c112eadbfc07ce6676c30f6ff6d /docs/assets/css | |
| parent | ca63ea2f26facca1510390f85eed77d55f8f2b89 (diff) | |
| download | bootstrap-c65006601e65cbfa23611f55c0af314fc762d84d.tar.xz bootstrap-c65006601e65cbfa23611f55c0af314fc762d84d.zip | |
overhaul forms docs to simplify presentation of everything, reduce text, and increase visibility of examples
Diffstat (limited to 'docs/assets/css')
| -rw-r--r-- | docs/assets/css/docs.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 18b7f5c9f..4c7a7ddab 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -37,6 +37,12 @@ li { line-height: 25px; } +/* Code in headings */ +h3 code { + font-size: 14px; + font-weight: normal; +} + /* Tweak navbar brand link to be super sleek |
