From b12b71bf7ca76437a532122d8efff59506b61530 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 9 Dec 2011 11:32:07 -0800 Subject: updated to include sub nav and pip nav, new docs updates, topbar nav refinements for media queried settings --- docs/less.html | 51 ++++++--------------------------------------------- 1 file changed, 6 insertions(+), 45 deletions(-) (limited to 'docs/less.html') diff --git a/docs/less.html b/docs/less.html index 97d95a3ab..e9334a552 100644 --- a/docs/less.html +++ b/docs/less.html @@ -63,7 +63,7 @@

Why LESS?

-

Bootstrap is made with LESS at it's core, a dynamic stylesheet language created by Alexis Sellier. It makes developing systems-based CSS faster, easier, and more fun.

+

Bootstrap is made with LESS at it's core, a dynamic stylesheet language created by Alexis Sellier. It makes developing systems-based CSS faster, easier, and more fun.

What's included?

@@ -72,7 +72,7 @@

Learn more

LESS CSS -

Visit the official website at http://lesscss.org to learn more.

+

Visit the official website at http://lesscss.org to learn more.

@@ -98,11 +98,7 @@

Variables from variables.less

-
-

Hyperlinks

-
-
@@ -124,92 +120,70 @@
-
-
-
+

Grayscale colors

-
-
- - - - - -
@black #000Black
@grayDark lighten(@black, 25%)Dark gray
@gray lighten(@black, 50%)Medium gray
@grayLight lighten(@black, 75%)Light gray
@grayLighter lighten(@black, 90%)Lighter gray
@white #fffWhite
-
- -
-
+

Accent colors

-
-
- - - - - - -
@blue #049CDB
@green #46a546
@red #9d261d
@yellow #ffc40d
@orange #f89406
@pink #c3325f
@purple #7a43b6
@@ -217,48 +191,36 @@
-
+

Grid system

-
-
- - - -
@gridColumns 12
@gridColumnWidth 60px
@gridGutterWidth 20px
@siteWidth (@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1))
-
- -
-
+

Typography

-
-
- @@ -268,7 +230,6 @@ -
@baseFontSize 13px
@baseFontFamily
@baseLineHeight 18px
-- cgit v1.2.3