]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix homepage link in css-tests and remove second help text from example form
authorMark Otto <markotto@twitter.com>
Thu, 29 Mar 2012 00:52:03 +0000 (17:52 -0700)
committerMark Otto <markotto@twitter.com>
Thu, 29 Mar 2012 00:52:03 +0000 (17:52 -0700)
docs/assets/bootstrap.zip
docs/base-css.html
docs/templates/pages/base-css.mustache
less/tests/css-tests.html

index 48d9fdd1ba225e946498ace75f4ce5f551b46ba3..97dcb1f1b7857ec4a3e0ec5ea4f6a30cafc7aead 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index 1cb10a80618e78ee98ffa1a9daeb6ba883e6dfef..65c6036d40e7a99eecbd6aa1174bb61c2fda3d01 100644 (file)
@@ -882,7 +882,7 @@ For example, &lt;code&gt;section&lt;/code&gt; should be wrapped as inline.
     <div class="span9">
       <form class="well">
         <label>Label name</label>
-        <input type="text" class="span3" placeholder="Type something…"> <span class="help-inline">Associated help text!</span>
+        <input type="text" class="span3" placeholder="Type something…">
         <p class="help-block">Example block-level help text here.</p>
         <label class="checkbox">
           <input type="checkbox"> Check me out
index b463462bc22cda81aa72280a1843b0c6ed621a88..0fab71941f0af00bac8c4ef360cd7b4064380653 100644 (file)
     <div class="span9">
       <form class="well">
         <label>{{_i}}Label name{{/i}}</label>
-        <input type="text" class="span3" placeholder="{{_i}}Type something…{{/i}}"> <span class="help-inline">Associated help text!</span>
+        <input type="text" class="span3" placeholder="{{_i}}Type something…{{/i}}">
         <p class="help-block">{{_i}}Example block-level help text here.{{/i}}</p>
         <label class="checkbox">
           <input type="checkbox"> {{_i}}Check me out{{/i}}
index 2e40b44c619f19d460f5ab86a5d48dbd50f2535d..6083b41423287a5c16f4d3d1e0d496de26859605 100644 (file)
@@ -37,7 +37,7 @@
     <div class="navbar navbar-fixed-top">
       <div class="navbar-inner">
         <div class="container">
-          <a class="brand" href="./index.html">Bootstrap</a>
+          <a class="brand" href="../../docs/index.html">Bootstrap</a>
         </div>
       </div>
     </div>