From 15a1c0ce7988aaf715096760fa99eff7b23937f4 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 28 Jan 2012 23:58:39 -0800 Subject: add swatches to the color variables in less docs page --- docs/less.html | 202 +++++++++++++++++++++++++-------------------------------- 1 file changed, 90 insertions(+), 112 deletions(-) (limited to 'docs/less.html') diff --git a/docs/less.html b/docs/less.html index 497a9dfe3..5935c9125 100644 --- a/docs/less.html +++ b/docs/less.html @@ -134,168 +134,146 @@ ================================================== -->
-

Hyperlinks

- - - - - - - - - - - - - - - - - - - - -
VariableValueUsage
@linkColor#08cDefault link text color
@linkColorHoverdarken(@linkColor, 15%)Default link text hover color
-
-

Grayscale colors

+

Hyperlinks

- + - - + + + + - + + + + + + + +
VariableValue@linkColor#08cDefault link text color
@linkColorHoverdarken(@linkColor, 15%)Default link text hover color
+

Grid system

+ + + + + + + + + + + + + + + + + + + +
@gridColumns12
@gridColumnWidth60px
@gridGutterWidth20px
@siteWidth(@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1))
+

Typography

+ + + + + + + + + + + + + + + + +
@baseFontSize13px
@baseFontFamily"Helvetica Neue", Helvetica, Arial, sans-serif
@baseLineHeight18px
+
+
+

Grayscale colors

+ - + + + + + + + +
@black@black #000
@grayDarker #222
@grayDark #333
@gray #555
@grayLight #999
@grayLighter #eee
@white #fff
-
-

Accent colors

- - - - - - - + + + + + + + - - -
VariableValue
@blue@blue #049cdb
@green #46a546
@red #9d261d
@yellow #ffc40d
@orange #f89406
@pink #c3325f
@purple #7a43b6
-
-
-
-
-

Grid system

- - - - - - - - - - - - - - - - - - - - - - - - - -
VariableValue
@gridColumns12
@gridColumnWidth60px
@gridGutterWidth20px
@siteWidth(@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1))
-
-
-

Typography

- - - - - - - - - - - - - - - - - - - - +
VariableValue
@baseFontSize13px
@baseFontFamily"Helvetica Neue", Helvetica, Arial, sans-serif
@baseLineHeight18px
@@ -311,6 +289,7 @@ @primaryButtonBackground @linkColor + @@ -320,6 +299,7 @@ @placeholderText @grayLight + @@ -329,26 +309,32 @@ @navbarHeight 40px + @navbarBackground @grayDarker + @navbarBackgroundHighlight @grayDark + @navbarText @grayLight + @navbarLinkColor @grayLight + @navbarLinkColorHover @white + @@ -360,50 +346,42 @@ @warningText #f3edd2 + @warningBackground #c09853 - - - @warningBorder - #f3edd2 + @errorText #b94a48 + @errorBackground #f2dede - - - @errorBorder - #e9c7c7 + @successText #468847 + @successBackground #dff0d8 - - - @successBorder - #cfe8c4 + @infoText #3a87ad + @infoBackground #d9edf7 - - - @infoBorder - #bfe1f2 + -- cgit v1.2.3