From: Mark Otto Date: Mon, 26 Mar 2012 16:30:42 +0000 (-0700) Subject: update LESS docs to note @baseFontSize and @baseLineHeight must be pixels X-Git-Tag: v2.0.3~5^2~77 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=917f11e6799ddd43b439ce1f7a10c1a7360bcf3b;p=thirdparty%2Fbootstrap.git update LESS docs to note @baseFontSize and @baseLineHeight must be pixels --- diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 557ca63a12..93f495965d 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 89e06cf913..a641c9ee3d 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 263ec7fce6..0b58cfc9ea 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