diff options
| author | Chris Rebert <[email protected]> | 2013-08-20 17:49:17 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-08-20 17:49:23 -0700 |
| commit | 9a4fbde4617da20490381da6dadd02507e67b693 (patch) | |
| tree | f6f1fc979b01c206ac5db52eb82b777fd8e17a40 /less/variables.less | |
| parent | d666a89621ff85612390b3a0587e687eaae21060 (diff) | |
| download | bootstrap-9a4fbde4617da20490381da6dadd02507e67b693.tar.xz bootstrap-9a4fbde4617da20490381da6dadd02507e67b693.zip | |
add variables for heading font sizes; fixes #9921
Diffstat (limited to 'less/variables.less')
| -rw-r--r-- | less/variables.less | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/less/variables.less b/less/variables.less index fa623e283..c069ee1ad 100644 --- a/less/variables.less +++ b/less/variables.less @@ -48,6 +48,13 @@ @font-size-large: ceil(@font-size-base * 1.25); // ~18px @font-size-small: ceil(@font-size-base * 0.85); // ~12px +@font-size-h1: floor(@font-size-base * 2.60); // ~36px +@font-size-h2: floor(@font-size-base * 2.15); // ~30px +@font-size-h3: ceil(@font-size-base * 1.70); // ~24px +@font-size-h4: ceil(@font-size-base * 1.25); // ~18px +@font-size-h5: @font-size-base; +@font-size-h6: ceil(@font-size-base * 0.85); // ~12px + @line-height-base: 1.428571429; // 20/14 @line-height-computed: floor(@font-size-base * @line-height-base); // ~20px |
