2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03:00

fix homepage link in css-tests and remove second help text from example form

This commit is contained in:
Mark Otto
2012-03-28 17:52:03 -07:00
parent 66743676ce
commit 369ca13c75
4 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -882,7 +882,7 @@ For example, <code>section</code> 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