]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix sentence case on buttons
authorMark Otto <markdotto@gmail.com>
Thu, 30 Jun 2011 20:56:50 +0000 (13:56 -0700)
committerMark Otto <markdotto@gmail.com>
Thu, 30 Jun 2011 20:56:50 +0000 (13:56 -0700)
docs/index.html

index e7929e8eeceda380d4fef2d5d8cd7bc0a3985742..4d27113e107f8ae96ed3034174d77ea3136fc7e3 100644 (file)
       <div class="alert-message block-message error">
         <a class="close" href="#">&times;</a>
         <p><strong>Oh snap! You got an error!</strong> Change this and that and try again. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum.</p>
-        <p><a class="btn small" href="#">Take This Action</a> <a class="btn small" href="#">Or Do This</a></p>
+        <p><a class="btn small" href="#">Take this action</a> <a class="btn small" href="#">Or do this</a></p>
       </div>
       <div class="alert-message block-message warning">
         <a class="close" href="#">&times;</a>
         <p><strong>Holy gaucamole! This is a warning!</strong> Best check yo self, you're not looking too good. Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.</p>
-        <p><a class="btn small" href="#">Take This Action</a> <a class="btn small" href="#">Or Do This</a></p>
+        <p><a class="btn small" href="#">Take this action</a> <a class="btn small" href="#">Or do this</a></p>
       </div>
       <div class="alert-message block-message success">
         <a class="close" href="#">&times;</a>
         <p><strong>Well done!</strong> You successfully read this alert message. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Maecenas faucibus mollis interdum.</p>
-        <p><a class="btn small" href="#">Take This Action</a> <a class="btn small" href="#">Or Do This</a></p>
+        <p><a class="btn small" href="#">Take this action</a> <a class="btn small" href="#">Or do this</a></p>
       </div>
       <div class="alert-message block-message info">
         <a class="close" href="#">&times;</a>
         <p><strong>Heads up!</strong> This is an alert that needs your attention, but it's not a huge priority just yet.</p>
-        <p><a class="btn small" href="#">Take This Action</a> <a class="btn small" href="#">Or Do This</a></p>
+        <p><a class="btn small" href="#">Take this action</a> <a class="btn small" href="#">Or do this</a></p>
       </div>
     </div>
   </div>