From 05571db10990ff66d312abc9cd25144dad36517d Mon Sep 17 00:00:00 2001 From: Erik van der Kolk Date: Sat, 18 Aug 2012 13:40:37 +0200 Subject: Add to Supported table markup example --- docs/templates/pages/base-css.mustache | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/templates') diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 4cc21e975..b6a88b854 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -739,6 +739,7 @@
 <table>
+  <caption>…</caption>
   <thead>
     <tr>
       <th>…</th>
-- 
cgit v1.2.3


From 0c24f51d2a6e67446cf96c5a5a15319ff63f3f43 Mon Sep 17 00:00:00 2001
From: Erik van der Kolk 
Date: Sat, 18 Aug 2012 13:56:02 +0200
Subject: Change .help-block tag for "Forms => Default styles" example into
 

---
 docs/templates/pages/base-css.mustache | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'docs/templates')

diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache
index b6a88b854..28e98439b 100644
--- a/docs/templates/pages/base-css.mustache
+++ b/docs/templates/pages/base-css.mustache
@@ -772,7 +772,7 @@
             Legend
             
             
-            

{{_i}}Example block-level help text here.{{/i}}

+ {{_i}}Example block-level help text here.{{/i}} -- cgit v1.2.3 From 7f5aa177f5f6e67801db7f17d93092aeb47bfd75 Mon Sep 17 00:00:00 2001 From: Erik van der Kolk Date: Sat, 18 Aug 2012 14:00:33 +0200 Subject: Make Forms => Default styles code snippet the same as example --- docs/templates/pages/base-css.mustache | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/templates') diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 28e98439b..a663d4a94 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -779,7 +779,8 @@ {{! /example }}
-<form class="well">
+<form>
+  <legend>{{_i}}Legend{{/i}}</legend>
   <label>{{_i}}Label name{{/i}}</label>
   <input type="text" placeholder="{{_i}}Type something…{{/i}}">
   <span class="help-block">Example block-level help text here.</span>
-- 
cgit v1.2.3


From c8b8d914b83ffe736ce21b3848b6fb6467eaffe8 Mon Sep 17 00:00:00 2001
From: Erik van der Kolk 
Date: Sat, 18 Aug 2012 14:22:41 +0200
Subject: Make Forms => Textarea code snippet the same as example

---
 docs/templates/pages/base-css.mustache | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'docs/templates')

diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache
index a663d4a94..61864aac6 100644
--- a/docs/templates/pages/base-css.mustache
+++ b/docs/templates/pages/base-css.mustache
@@ -911,7 +911,7 @@
             
           
 
-<textarea id="textarea" rows="3"></textarea>
+<textarea rows="3"></textarea>
 

{{_i}}Checkboxes and radios{{/i}}

-- cgit v1.2.3 From 25f8ef32605a259648e2085102689bc797c9aa42 Mon Sep 17 00:00:00 2001 From: Erik van der Kolk Date: Sat, 18 Aug 2012 14:36:30 +0200 Subject: Add multiple="multiple" to Forms => Selects as described in explanation --- docs/templates/pages/base-css.mustache | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/templates') diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 61864aac6..7101869c5 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -984,7 +984,7 @@
- @@ -1001,7 +1001,7 @@ <option>5</option> </select> -<select> +<select multiple="multiple"> <option>1</option> <option>2</option> <option>3</option> -- cgit v1.2.3 From a8b18b6f54f42ab3d22357412933381998ed3f50 Mon Sep 17 00:00:00 2001 From: Erik van der Kolk Date: Sat, 18 Aug 2012 14:54:32 +0200 Subject: Fix typo --- docs/templates/pages/base-css.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/templates') diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 7101869c5..e733abbb4 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -1021,7 +1021,7 @@

{{_i}}Add text or buttons before or after any text-based input. Do note that select elements are not supported here.{{/i}}

{{_i}}Default options{{/i}}

-

{{_i}}Wrap a .add-on and an input with one of two classes to prepend or append text to an input.{{/i}}

+

{{_i}}Wrap an .add-on and an input with one of two classes to prepend or append text to an input.{{/i}}

@ -- cgit v1.2.3 From 663fd4ff620b2a79cfba97623f24c3f1ff8c01fd Mon Sep 17 00:00:00 2001 From: Erik van der Kolk Date: Sat, 18 Aug 2012 15:29:55 +0200 Subject: Make Extending form ... => Search form code snippet the same as example --- docs/templates/pages/base-css.mustache | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'docs/templates') diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index e733abbb4..d80a0eeaa 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -1094,8 +1094,14 @@ {{! /example }}
 <form class="form-search">
-  <input type="text" class="span2 search-query">
-  <button type="submit" class="btn">{{_i}}Search{{/i}}</button>
+  <div class="input-append">
+    <input type="text" class="span2 search-query">
+    <button type="submit" class="btn">{{_i}}Search{{/i}}</button>
+  </div>
+  <div class="input-prepend">
+    <input type="text" class="span2 search-query">
+    <button type="submit" class="btn">{{_i}}Search{{/i}}</button>
+  </div>
 </form>
 
-- cgit v1.2.3 From 01dadc05f4522250f7a06b28ce27f8a0c3a91997 Mon Sep 17 00:00:00 2001 From: Erik van der Kolk Date: Sat, 18 Aug 2012 15:31:11 +0200 Subject: Make Relative sizing code snippet the same as example --- docs/templates/pages/base-css.mustache | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/templates') diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index d80a0eeaa..ffc22de9d 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -1120,12 +1120,12 @@
-<input class="input-mini" type="text">
-<input class="input-small" type="text">
-<input class="input-medium" type="text">
-<input class="input-large" type="text">
-<input class="input-xlarge" type="text">
-<input class="input-xxlarge" type="text">
+<input class="input-mini" type="text" placeholder=".input-mini">
+<input class="input-small" type="text" placeholder=".input-small">
+<input class="input-medium" type="text" placeholder=".input-medium">
+<input class="input-large" type="text" placeholder=".input-large">
+<input class="input-xlarge" type="text" placeholder=".input-xlarge">
+<input class="input-xxlarge" type="text" placeholder=".input-xxlarge">
 

{{_i}}Heads up!{{/i}} In future versions, we'll be altering the use of these relative input classes to match our button sizes. For example, .input-large will increase the padding and font-size of an input. -- cgit v1.2.3 From f37d4b0918bbcdd507c31f81d00621d03acf0248 Mon Sep 17 00:00:00 2001 From: Erik van der Kolk Date: Sat, 18 Aug 2012 15:43:00 +0200 Subject: Add missing placeholders and into Help text code snippet as shown in example --- docs/templates/pages/base-css.mustache | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/templates') diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index f263c9f6c..51438ec2b 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -1240,7 +1240,7 @@ Inline help text

-<span class="help-inline">Inline help text</span>
+<input type="text"><span class="help-inline">Inline help text</span>
 

{{_i}}Block help{{/i}}

@@ -1249,7 +1249,7 @@ A longer block of help text that breaks onto a new line and may extend beyond one line.
-<span class="help-block">A longer block of help text that breaks onto a new line and may extend beyond one line.</span>
+<input type="text"><span class="help-block">A longer block of help text that breaks onto a new line and may extend beyond one line.</span>
 
-- cgit v1.2.3 From a3c474c4048eff0c43b24bc8134b7ca753ced975 Mon Sep 17 00:00:00 2001 From: Erik van der Kolk Date: Sat, 18 Aug 2012 16:07:48 +0200 Subject: Move code within
 tags as close to the left for Input focus

---
 docs/templates/pages/base-css.mustache | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'docs/templates')

diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache
index 51438ec2b..ef896d486 100644
--- a/docs/templates/pages/base-css.mustache
+++ b/docs/templates/pages/base-css.mustache
@@ -1264,9 +1264,9 @@
           
-
-  <input class="input-xlarge" id="focusedInput" type="text" value="{{_i}}This is focused...{{/i}}">
-  
+
+<input class="input-xlarge" id="focusedInput" type="text" value="{{_i}}This is focused...{{/i}}">
+

{{_i}}Disabled inputs{{/i}}

{{_i}}Add the disabled attribute on an input to prevent user input and trigger a slightly different look.{{/i}}

-- cgit v1.2.3 From 41253fb07366e49557d611b98d68b6057ca47417 Mon Sep 17 00:00:00 2001 From: Erik van der Kolk Date: Sat, 18 Aug 2012 16:36:40 +0200 Subject: Improve doc for Button sizes --- docs/templates/pages/base-css.mustache | 38 ++++++++++++++++++++++------------ 1 file changed, 25 insertions(+), 13 deletions(-) (limited to 'docs/templates') diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index ef896d486..26a4129a6 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -1397,30 +1397,42 @@

{{_i}}Button sizes{{/i}}

-

{{_i}}Fancy larger or smaller buttons? Add .btn-large, .btn-small, or .btn-mini for two additional sizes.{{/i}}

+

{{_i}}Fancy larger or smaller buttons? Add .btn-large, .btn-small, or .btn-mini for additional sizes.{{/i}}

- - + +

- - + +

- - + +

- - + +

-<button class="btn btn-large" type="button">{{_i}}Large button{{/i}}</button>
-<button class="btn btn-small" type="button">{{_i}}Small button{{/i}}</button>
-<button class="btn" type="button">{{_i}}Default button{{/i}}</button>
-<button class="btn btn-mini" type="button">{{_i}}Mini button{{/i}}</button>
+<p>
+  <button class="btn btn-large btn-primary" type="button">{{_i}}Large button{{/i}}</button>
+  <button class="btn btn-large" type="button">{{_i}}Large button{{/i}}</button>
+</p>
+<p>
+  <button class="btn btn-primary" type="button">{{_i}}Default button{{/i}}</button>
+  <button class="btn" type="button">{{_i}}Default button{{/i}}</button>
+</p>
+<p>
+  <button class="btn btn-small btn-primary" type="button">{{_i}}Small button{{/i}}</button>
+  <button class="btn btn-small" type="button">{{_i}}Small button{{/i}}</button>
+</p>
+<p>
+  <button class="btn btn-mini btn-primary" type="button">{{_i}}Mini button{{/i}}</button>
+  <button class="btn btn-mini" type="button">{{_i}}Mini button{{/i}}</button>
+</p>
 

{{_i}}Create block level buttons—those that span the full width of a parent— by adding .btn-block.{{/i}}

-- cgit v1.2.3 From 7b7a02542b5fa46338bc14fd83ca9b84d43c6b55 Mon Sep 17 00:00:00 2001 From: Erik van der Kolk Date: Sat, 18 Aug 2012 16:41:40 +0200 Subject: Improve doc for block level buttons --- docs/templates/pages/base-css.mustache | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'docs/templates') diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 26a4129a6..02b5afaff 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -1437,11 +1437,14 @@

{{_i}}Create block level buttons—those that span the full width of a parent— by adding .btn-block.{{/i}}

- +
-
<button class="btn btn-large btn-block" type="button">{{_i}}Block level button{{/i}}</button>
+
+<button class="btn btn-large btn-block btn-primary" type="button">{{_i}}Block level button{{/i}}</button>
+<button class="btn btn-large btn-block" type="button">{{_i}}Block level button{{/i}}</button>
+

{{_i}}Disabled state{{/i}}

-- cgit v1.2.3 From 04a20fb402e45c4362c6e7804efb21d77f45e6a6 Mon Sep 17 00:00:00 2001 From: Erik van der Kolk Date: Sat, 18 Aug 2012 16:47:15 +0200 Subject: Use one line per tag in code snippet for One class, multiple tags --- docs/templates/pages/base-css.mustache | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'docs/templates') diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 02b5afaff..8ab4b9c2a 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -1487,13 +1487,9 @@
 <a class="btn" href="">{{_i}}Link{{/i}}</a>
-<button class="btn" type="submit">
-  {{_i}}Button{{/i}}
-</button>
-<input class="btn" type="button"
-         value="{{_i}}Input{{/i}}">
-<input class="btn" type="submit"
-         value="{{_i}}Submit{{/i}}">
+<button class="btn" type="submit">{{_i}}Button{{/i}}</button>
+<input class="btn" type="button" value="{{_i}}Input{{/i}}">
+<input class="btn" type="submit" value="{{_i}}Submit{{/i}}">
 

{{_i}}As a best practice, try to match the element for you context to ensure matching cross-browser rendering. If you have an input, use an <input type="submit"> for your button.{{/i}}

-- cgit v1.2.3 From 2ab0c8de1ab01986d4dacdd3455eaea6fe8a65a4 Mon Sep 17 00:00:00 2001 From: Erik van der Kolk Date: Sat, 18 Aug 2012 16:50:08 +0200 Subject: Fix typo in One class, multiple tags section --- docs/templates/pages/base-css.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/templates') diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 8ab4b9c2a..8c2155b21 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -1491,7 +1491,7 @@ <input class="btn" type="button" value="{{_i}}Input{{/i}}"> <input class="btn" type="submit" value="{{_i}}Submit{{/i}}">
-

{{_i}}As a best practice, try to match the element for you context to ensure matching cross-browser rendering. If you have an input, use an <input type="submit"> for your button.{{/i}}

+

{{_i}}As a best practice, try to match the element for your context to ensure matching cross-browser rendering. If you have an input, use an <input type="submit"> for your button.{{/i}}

-- cgit v1.2.3 From f1854a3cec75c56093ae920ab532bca51d6fdbb6 Mon Sep 17 00:00:00 2001 From: Erik van der Kolk Date: Sat, 18 Aug 2012 16:53:43 +0200 Subject: Move code within
 tags as close to the left for Images section

---
 docs/templates/pages/base-css.mustache | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'docs/templates')

diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache
index 8c2155b21..bc1e29f17 100644
--- a/docs/templates/pages/base-css.mustache
+++ b/docs/templates/pages/base-css.mustache
@@ -1511,9 +1511,9 @@
             
           
 
-  <img src="..." class="img-rounded">
-  <img src="..." class="img-circle">
-  <img src="..." class="img-polaroid">
+<img src="..." class="img-rounded">
+<img src="..." class="img-circle">
+<img src="..." class="img-polaroid">
 
-- cgit v1.2.3 From d8eb75d6e83a20f087856258cbd66ef01edee823 Mon Sep 17 00:00:00 2001 From: Erik van der Kolk Date: Sat, 18 Aug 2012 18:14:20 +0200 Subject: Fix Heads up! part for Images section --- docs/templates/pages/base-css.mustache | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/templates') diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index bc1e29f17..3620d5b06 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -1504,7 +1504,8 @@

{{_i}}Images{{/i}}

-

{{_i}}Simple classes to easily style images in any project. Heads up: .img-rounded and .img-circle don't work in IE7-8.{{/i}}

+

{{_i}}Simple classes to easily style images in any project.

+

{{_i}}Heads up!{{/i}} .img-rounded and .img-circle don't work in IE7-8.{{/i}}

-- cgit v1.2.3 From 97247a157c6d8c5a1c42461a3a7b569ecb930e86 Mon Sep 17 00:00:00 2001 From: Erik van der Kolk Date: Sat, 18 Aug 2012 18:24:18 +0200 Subject: Improve description for Images section --- docs/templates/pages/base-css.mustache | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/templates') diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 3620d5b06..d8af4eaab 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -1504,8 +1504,8 @@

{{_i}}Images{{/i}}

-

{{_i}}Simple classes to easily style images in any project.

-

{{_i}}Heads up!{{/i}} .img-rounded and .img-circle don't work in IE7-8.{{/i}}

+

{{_i}}Add the .img-rounded, .img-circle or .img-polaroid class to a <img> element to easily style images in any project.{{/i}}

+

{{_i}}Heads up!{{/i}} {{_i}}.img-rounded and .img-circle don't work in IE7-8.{{/i}}

-- cgit v1.2.3 From d71efb855bda3ecd0b0fd079d2d9cb231c8ba71b Mon Sep 17 00:00:00 2001 From: Erik van der Kolk Date: Sat, 18 Aug 2012 19:21:01 +0200 Subject: Separate Buttons examples in Icon examples section and add code snippets --- docs/templates/pages/base-css.mustache | 66 ++++++++++++++++++++++++++-------- 1 file changed, 51 insertions(+), 15 deletions(-) (limited to 'docs/templates') diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index d8af4eaab..e1e14a4a0 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -1707,30 +1707,66 @@

{{_i}}Use them in buttons, button groups for a toolbar, navigation, or prepended form inputs.{{/i}}

{{_i}}Buttons{{/i}}

+ +
{{_i}}Button group in a button toolbar{{/i}}
- {{! /bs-docs-example }} +
+<div class="btn-toolbar">
+  <div class="btn-group">
+
+    <a class="btn" href="#"><i class="icon-align-left"></i></a>
+    <a class="btn" href="#"><i class="icon-align-center"></i></a>
+    <a class="btn" href="#"><i class="icon-align-right"></i></a>
+    <a class="btn" href="#"><i class="icon-align-justify"></i></a>
+  </div>
+</div>
+
+ +
{{_i}}Dropdown in a button group{{/i}}
+ {{! /bs-docs-example }} +
+<div class="btn-group">
+  <a class="btn btn-primary" href="#"><i class="icon-user icon-white"></i> {{_i}}User{{/i}}</a>
+  <a class="btn btn-primary dropdown-toggle" data-toggle="dropdown" href="#"><span class="caret"></span></a>
+  <ul class="dropdown-menu">
+    <li><a href="#"><i class="icon-pencil"></i> {{_i}}Edit{{/i}}</a></li>
+    <li><a href="#"><i class="icon-trash"></i> {{_i}}Delete{{/i}}</a></li>
+    <li><a href="#"><i class="icon-ban-circle"></i> {{_i}}Ban{{/i}}</a></li>
+    <li class="divider"></li>
+    <li><a href="#"><i class="i"></i> {{_i}}Make admin{{/i}}</a></li>
+  </ul>
+</div>
+
+ +
{{_i}}Button{{/i}}
+
+ +
{{! /bs-docs-example }} +
+<a class="btn btn-small" href="#"><i class="icon-star"></i></a>
+
+

{{_i}}Navigation{{/i}}

-- cgit v1.2.3 From 8b763286df34d4eadd8e5a254b7390a6c1ccbc3e Mon Sep 17 00:00:00 2001 From: Erik van der Kolk Date: Sat, 18 Aug 2012 19:31:29 +0200 Subject: Add code snippet to Icon examples => Navigation section --- docs/templates/pages/base-css.mustache | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs/templates') diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index e1e14a4a0..e8482b0e1 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -1779,6 +1779,14 @@
{{! /well }}
{{! /bs-docs-example }} +
+<ul class="nav nav-list">
+  <li class="active"><a href="#"><i class="icon-home icon-white"></i> {{_i}}Home{{/i}}</a></li>
+  <li><a href="#"><i class="icon-book"></i> {{_i}}Library{{/i}}</a></li>
+  <li><a href="#"><i class="icon-pencil"></i> {{_i}}Applications{{/i}}</a></li>
+  <li><a href="#"><i class="i"></i> {{_i}}Misc{{/i}}</a></li>
+</ul>
+

{{_i}}Form fields{{/i}}

-- cgit v1.2.3 From 2327d30ef5bcbebd5519488178534f2b09de89af Mon Sep 17 00:00:00 2001 From: Erik van der Kolk Date: Sat, 18 Aug 2012 19:40:42 +0200 Subject: Add code snippet to Icon examples => Form fields section --- docs/templates/pages/base-css.mustache | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs/templates') diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index e8482b0e1..242559dbe 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -1799,6 +1799,15 @@
+
+<div class="control-group">
+  <label class="control-label" for="inputIcon">{{_i}}Email address{{/i}}</label>
+  <div class="controls">
+    <div class="input-prepend">
+    <span class="add-on"><i class="icon-envelope"><i><span><input class="span2" id="inputIcon" type="text">
+  </div>
+</div>
+
-- cgit v1.2.3 From 3f12c746e59de41fc13964a70eaa31891f71c760 Mon Sep 17 00:00:00 2001 From: Erik van der Kolk Date: Sat, 18 Aug 2012 19:49:27 +0200 Subject: Replace Note: by Heads up! --- docs/templates/pages/base-css.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/templates') diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 242559dbe..a25862c18 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -357,7 +357,7 @@ &lt;p&gt;{{_i}}Sample text here...{{/i}}&lt;/p&gt; </pre>
-

{{_i}}Note: Be sure to keep code within <pre> tags as close to the left as possible; it will render all tabs.{{/i}}

+

{{_i}}Heads up!{{/i}} {{_i}}Be sure to keep code within <pre> tags as close to the left as possible; it will render all tabs.{{/i}}

{{_i}}You may optionally add the .pre-scrollable class which will set a max-height of 350px and provide a y-axis scrollbar.{{/i}}

-- cgit v1.2.3 From b7233a49dd42a17032389351f340c8175d77f36a Mon Sep 17 00:00:00 2001 From: Erik van der Kolk Date: Sat, 18 Aug 2012 19:51:57 +0200 Subject: Move code within code snippet as close to the left for Basic block --- docs/templates/pages/base-css.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/templates') diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index a25862c18..8496a0507 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -354,7 +354,7 @@
 <pre>
-  &lt;p&gt;{{_i}}Sample text here...{{/i}}&lt;/p&gt;
+&lt;p&gt;{{_i}}Sample text here...{{/i}}&lt;/p&gt;
 </pre>
 

{{_i}}Heads up!{{/i}} {{_i}}Be sure to keep code within <pre> tags as close to the left as possible; it will render all tabs.{{/i}}

-- cgit v1.2.3 From ae275dccb82023c9e8f0b8d8b689566ad07db8d9 Mon Sep 17 00:00:00 2001 From: Erik van der Kolk Date: Sat, 18 Aug 2012 21:44:57 +0200 Subject: Fix empty for attribute on labels in Horizontal form --- docs/templates/pages/base-css.mustache | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'docs/templates') diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 8496a0507..35d5118a2 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -843,15 +843,15 @@
Legend
- +
- +
- +
- +
@@ -866,15 +866,15 @@
 <form class="form-horizontal">
   <div class="control-group">
-    <label class="control-label" for="">{{_i}}Email{{/i}}</label>
+    <label class="control-label" for="inputEmail">{{_i}}Email{{/i}}</label>
     <div class="controls">
-      <input type="text" placeholder="{{_i}}Email{{/i}}">
+      <input type="text" id="inputEmail" placeholder="{{_i}}Email{{/i}}">
     </div>
   </div>
   <div class="control-group">
-    <label class="control-label" for="">{{_i}}Password{{/i}}</label>
+    <label class="control-label" for="inputPassword">{{_i}}Password{{/i}}</label>
     <div class="controls">
-      <input type="password" placeholder="{{_i}}Password{{/i}}">
+      <input type="password" id="inputPassword" placeholder="{{_i}}Password{{/i}}">
     </div>
   </div>
   <div class="control-group">
-- 
cgit v1.2.3


From dda951d1e1283738c132f1132e9dec28f27fa1ec Mon Sep 17 00:00:00 2001
From: Erik van der Kolk 
Date: Sat, 18 Aug 2012 21:52:43 +0200
Subject: Remove inexisting end tag 

---
 docs/templates/pages/base-css.mustache | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

(limited to 'docs/templates')

diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache
index 35d5118a2..f2fb96b4b 100644
--- a/docs/templates/pages/base-css.mustache
+++ b/docs/templates/pages/base-css.mustache
@@ -792,7 +792,7 @@
 
-
+

{{_i}}Optional layouts{{/i}}

@@ -889,7 +889,7 @@
-
+

{{_i}}Supported form controls{{/i}}

@@ -1011,7 +1011,7 @@ -
+

{{_i}}Extending form controls{{/i}}

@@ -1253,7 +1253,7 @@ -
+

{{_i}}Form control states{{/i}}

-- cgit v1.2.3