diff options
| author | Mark Otto <[email protected]> | 2012-07-05 15:11:54 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-07-05 15:11:54 -0700 |
| commit | 3c07eaa251b73e6c5eff4b56e074c54708a4b4ba (patch) | |
| tree | aa81aea712ca7012cb7bf580ff0e8287c52c21ab /less/variables.less | |
| parent | c6ee96c02587aeea0da52018325c100bfd45127a (diff) | |
| download | bootstrap-3c07eaa251b73e6c5eff4b56e074c54708a4b4ba.tar.xz bootstrap-3c07eaa251b73e6c5eff4b56e074c54708a4b4ba.zip | |
updates to type scale
Diffstat (limited to 'less/variables.less')
| -rw-r--r-- | less/variables.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/variables.less b/less/variables.less index 5d900164c..9a3e0ed4e 100644 --- a/less/variables.less +++ b/less/variables.less @@ -48,9 +48,9 @@ @serifFontFamily: Georgia, "Times New Roman", Times, serif; @monoFontFamily: Menlo, Monaco, Consolas, "Courier New", monospace; -@baseFontSize: 13px; +@baseFontSize: 14px; @baseFontFamily: @sansFontFamily; -@baseLineHeight: 18px; +@baseLineHeight: 20px; @altFontFamily: @serifFontFamily; @headingsFontFamily: inherit; // empty to use BS default, @baseFontFamily |
