From 0c656e29fc77472381d9673d58b53da391c31773 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 10 Sep 2011 22:50:59 -0700 Subject: updated styles for the media grids --- docs/index.html | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'docs') diff --git a/docs/index.html b/docs/index.html index 12b8c5291..771adabe7 100644 --- a/docs/index.html +++ b/docs/index.html @@ -717,59 +717,59 @@

Large

Medium

Small

-- cgit v1.2.3 From 1ae603fda05c96a4bc3eed284aa6b5ce7a2a93cd Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 10 Sep 2011 23:05:30 -0700 Subject: make the less compile docs text now have widows, fix broken table markup --- docs/index.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/index.html b/docs/index.html index c8e7df7a4..4fc9154f3 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1772,7 +1772,6 @@ Lorem ipsum dolar sit amet illo error ipsum verita - Node with makefile @@ -1784,7 +1783,7 @@ Lorem ipsum dolar sit amet illo error ipsum verita Javascript -

Download the latest Less.js and include the path to it (and your Bootstrap code) in the head.

+

Download the latest Less.js and include the path to it (and Bootstrap) in the head.

 <link rel="stylesheet/less" href="/path/to/bootstrap.less">
 <script src="/path/to/less.js"></script>
@@ -1795,9 +1794,9 @@ Lorem ipsum dolar sit amet illo error ipsum verita
         
           Command line
           
-            

If you already have the less command line tool installed you can simply run the following command:

+

If you already have the less command line tool installed, simply run the following command:

$ lessc ./lib/bootstrap.less > bootstrap-1.3.0.css
-

Be sure to include the --compress flag in that command if you're trying to save some bytes! +

Be sure to include --compress in that command if you're trying to save some bytes!

-- cgit v1.2.3 From 3ad034ea9671ffbc44278085ca3bb30979808278 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 11 Sep 2011 17:36:15 -0700 Subject: fix legends in ie7 --- docs/index.html | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/index.html b/docs/index.html index 4fc9154f3..adf58e64f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -940,6 +940,23 @@
Example form legend + + + + + + + + + + + + + + +
12
12
+ +
@@ -1764,7 +1781,7 @@ Lorem ipsum dolar sit amet illo error ipsum verita

Compiling Less

After modifying the .less files in /lib/, you'll need to recompile them in order to regenerate the bootstrap-*.*.*.css and bootstrap-*.*.*.min.css files. If you're submitting a pull request to GitHub, you must always recompile.

Ways to compile

- +
-- cgit v1.2.3 From f3f60b21a6104be999cb04f6414878fc4dea98cd Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 11 Sep 2011 18:09:01 -0700 Subject: oops, double commit last time; apply fixes to make select elements line up in IE7 with their labels, but no height fix --- docs/index.html | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'docs') diff --git a/docs/index.html b/docs/index.html index adf58e64f..110b4f46b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -940,23 +940,6 @@
Example form legend - -
Method
- - - - - - - - - - - - -
12
12
- -
-- cgit v1.2.3 From 53812bc2d82adb1a4a96afb33391a1d59990c4fe Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 11 Sep 2011 18:44:25 -0700 Subject: remove qualifying tags in .span selectors for built in grid so that we can use .span-n classes in form styles --- docs/index.html | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/index.html b/docs/index.html index 110b4f46b..02335fd75 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1186,11 +1186,34 @@
+
+
+

Form field sizes

+

Customize any form input, select, or textarea width by adding just a few classes to your markup.

+

As of v1.3.0, we have added the grid-based sizing classes for form elements. Please use the these over the existing .mini, .small, etc classes.

+
+
+ +
+
+
+
+
+
+
+
+
+
+
+ +
+
+

Buttons

As a convention, buttons are used for actions while links are used for objects. For instance, "Download" could be a button and "recent activity" could be a link.

-

All buttons default to a light gray style, but a number of functional classes can be applied for different color styles. These classes include a blue .primary class, a light-blue .info class, a green .success class, and a red .danger class. Plus, rolling your own styles is easy peasy.

+

All buttons default to a light gray style, but a number of functional classes can be applied for different color styles. These classes include a blue .primary class, a light-blue .info class, a green .success class, and a red .danger class.

Example buttons

-- cgit v1.2.3 From 6bc867ed5c20972801226467feb63e85c9dec060 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 11 Sep 2011 19:53:48 -0700 Subject: change template diagrams to be .media-grid --- docs/assets/css/docs.css | 5 ----- docs/index.html | 23 +++++++++++------------ 2 files changed, 11 insertions(+), 17 deletions(-) (limited to 'docs') diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index a4bd11b3e..f45c77745 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -203,7 +203,6 @@ section > .row { /* Render mini layout previews -------------------------------------------------- */ -.diagram, .mini-layout { border: 1px solid #ddd; -webkit-border-radius: 6px; @@ -213,10 +212,6 @@ section > .row { -moz-box-shadow: 0 1px 2px rgba(0,0,0,.075); box-shadow: 0 1px 2px rgba(0,0,0,.075); } -.diagram { - height: 140px; - padding: 4px; -} .mini-layout { height: 340px; margin-bottom: 20px; diff --git a/docs/index.html b/docs/index.html index 02335fd75..560343ed6 100644 --- a/docs/index.html +++ b/docs/index.html @@ -151,18 +151,17 @@

Quick-start examples

Need some quick templates? Check out these basic examples we've put together:

- -
-
- Simple three-column layout with hero unit -
-
- Fluid layout with static sidebar -
-
- Simple hanging container for apps -
-
+
    +
  • + Simple three-column layout with hero unit +
  • +
  • + Fluid layout with static sidebar +
  • +
  • + Simple hanging container for apps +
  • +

Theming Bootstrap

-- cgit v1.2.3 From 2674210ff06a9ceaaa98263a2cbe2246fcd21111 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 11 Sep 2011 20:00:45 -0700 Subject: move the .brand from the parent to the a tag in the topbar; fix the moving text in IE7 --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/index.html b/docs/index.html index 560343ed6..f9bcb784e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -40,7 +40,7 @@
-

Bootstrap

+ Bootstrap