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/less.html | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'docs/less.html') 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 -- cgit v1.2.3