From 917f11e6799ddd43b439ce1f7a10c1a7360bcf3b Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 26 Mar 2012 09:30:42 -0700 Subject: update LESS docs to note @baseFontSize and @baseLineHeight must be pixels --- docs/assets/bootstrap.zip | Bin 56904 -> 56904 bytes docs/less.html | 18 ++++++++++-------- docs/templates/pages/less.mustache | 18 ++++++++++-------- 3 files changed, 20 insertions(+), 16 deletions(-) (limited to 'docs') diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 557ca63a1..93f495965 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/less.html b/docs/less.html index 89e06cf91..a641c9ee3 100644 --- a/docs/less.html +++ b/docs/less.html @@ -199,45 +199,47 @@ @sansFontFamily - "Helvetica Neue", Helvetica, Arial, sans-serif + "Helvetica Neue", Helvetica, Arial, sans-serif @serifFontFamily - Georgia, "Times New Roman", Times, serif + Georgia, "Times New Roman", Times, serif @monoFontFamily - Menlo, Monaco, "Courier New", monospace + Menlo, Monaco, "Courier New", monospace @baseFontSize 13px + Must be pixels @baseFontFamily - @sansFontFamily + @sansFontFamily @baseLineHeight 18px + Must be pixels @altFontFamily - @serifFontFamily + @serifFontFamily @headingsFontFamily - inherit + inherit @headingsFontWeight - bold + bold @headingsColor - inherit + inherit diff --git a/docs/templates/pages/less.mustache b/docs/templates/pages/less.mustache index 263ec7fce..0b58cfc9e 100644 --- a/docs/templates/pages/less.mustache +++ b/docs/templates/pages/less.mustache @@ -122,45 +122,47 @@ @sansFontFamily - "Helvetica Neue", Helvetica, Arial, sans-serif + "Helvetica Neue", Helvetica, Arial, sans-serif @serifFontFamily - Georgia, "Times New Roman", Times, serif + Georgia, "Times New Roman", Times, serif @monoFontFamily - Menlo, Monaco, "Courier New", monospace + Menlo, Monaco, "Courier New", monospace @baseFontSize 13px + Must be pixels @baseFontFamily - @sansFontFamily + @sansFontFamily @baseLineHeight 18px + Must be pixels @altFontFamily - @serifFontFamily + @serifFontFamily @headingsFontFamily - inherit + inherit @headingsFontWeight - bold + bold @headingsColor - inherit + inherit -- cgit v1.2.3