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/assets/css/docs.css | 15 ++++-------- docs/assets/img/less-small.png | Bin 0 -> 2235 bytes docs/index.html | 14 +++++++++-- docs/less.html | 51 +++++------------------------------------ docs/scaffolding.html | 9 -------- 5 files changed, 22 insertions(+), 67 deletions(-) create mode 100644 docs/assets/img/less-small.png (limited to 'docs') diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index a7b52821e..281b224e3 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -315,11 +315,6 @@ h2 + table { -------------------------------------------------- */ @media (max-width: 480px) { - /* Hide the nav for now */ - body > .navbar-fixed .nav { - display: none; - } - /* Change up some type stuff */ h1 small { display: block; @@ -365,11 +360,6 @@ h2 + table { @media (max-width: 768px) { - /* Hide the nav for now */ - body > .navbar-fixed .nav { - display: none; - } - /* Adjust the jumbotron */ .jumbotron .benefits { position: relative; @@ -394,6 +384,9 @@ h2 + table { .footer .pull-right { float: none; } + .footer p { + margin-bottom: 9px; + } } @@ -423,7 +416,7 @@ h2 + table { /* Provide enough space on right-hand side for benefits list */ .jumbotron h1, .jumbotron p { - margin-right: 40%; + margin-right: 20%; } } diff --git a/docs/assets/img/less-small.png b/docs/assets/img/less-small.png new file mode 100644 index 000000000..763b847e8 Binary files /dev/null and b/docs/assets/img/less-small.png differ diff --git a/docs/index.html b/docs/index.html index ff7d56976..16eed36c8 100644 --- a/docs/index.html +++ b/docs/index.html @@ -151,7 +151,7 @@

What good is an awesome design component without easy-to-use, proper, and extensible interactions? With Bootstrap, you get custom-built jQuery plugins to bring your projects to life.

- +

Built on LESS

Where vanilla CSS falters, LESS excels. Variables, nesting, operations, and mixins in LESS makes coding CSS faster and more efficient with minimal overhead.

@@ -175,7 +175,7 @@

Made at Twitter

-

Brought to you by experienced engineers and designers.

+

Brought to you by an experienced engineer and designer.

@@ -196,6 +196,16 @@ + + + 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
diff --git a/docs/scaffolding.html b/docs/scaffolding.html index dd7f05bc6..d4d1c6526 100644 --- a/docs/scaffolding.html +++ b/docs/scaffolding.html @@ -53,15 +53,6 @@

Bootstrap is built on a responsive 12-column grid. We've also included fixed- and fluid-width layouts based on that system.

- - -