mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-25 14:30:46 +02:00
Tweak the docs and address the new forms list of controls: radios and checkboxes are now hanging controls to wrap text properly
This commit is contained in:
@@ -36,7 +36,11 @@ body > .navbar-fixed .brand:hover {
|
||||
/* Space out sub-sections more
|
||||
-------------------------------------------------- */
|
||||
.page-header {
|
||||
margin-top: 36px;
|
||||
margin: 36px 0 18px;
|
||||
border-bottom: 1px solid #eee;
|
||||
}
|
||||
.page-header h1 {
|
||||
margin-bottom: 9px;
|
||||
}
|
||||
|
||||
|
||||
|
@@ -795,9 +795,16 @@ Form states
|
||||
warning
|
||||
error
|
||||
success
|
||||
|
||||
-->
|
||||
|
||||
<div class="row">
|
||||
<div class="span4">
|
||||
<h3>Flexible markup and styles</h3>
|
||||
<p>The best part about forms in Bootstrap is that all your inputs and controls look great no matter how you build them in your markup. No superfluous HTML is required, but we provide the patterns for those who require it.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<h2>Four types of forms</h2>
|
||||
<table class="bordered-table striped-table">
|
||||
<thead>
|
||||
|
Reference in New Issue
Block a user