diff options
| author | Mark Otto <[email protected]> | 2013-05-09 17:20:46 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-05-09 17:20:46 -0700 |
| commit | 6fba68eb8b036fad1bc4f33484889cccf2480bff (patch) | |
| tree | 8fed10d5c153265d13033c68226578ef56b9c9c0 /docs/assets/css/docs.css | |
| parent | 7b6352d2cf6f04b46918b1cc8bad50ff92fdbe07 (diff) | |
| download | bootstrap-6fba68eb8b036fad1bc4f33484889cccf2480bff.tar.xz bootstrap-6fba68eb8b036fad1bc4f33484889cccf2480bff.zip | |
Unitless line-height
* Instead of 20px as @line-height-base, use 1.5
* Update typographic scale for headings to use unitless as well--required some twerking of decimals a bit and some rounding
* Introduce new @line-height-computed value, which takes base font-size and multiplies it by 1.5, for use in padding and margin on components
Diffstat (limited to 'docs/assets/css/docs.css')
| -rw-r--r-- | docs/assets/css/docs.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index fcbf723eb..bfbb60d48 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -599,6 +599,7 @@ input.focused { } .highlight pre { padding: 0; + margin-top: 0; margin-bottom: 0; background-color: transparent; border: 0; |
