mirror of
https://github.com/twbs/bootstrap.git
synced 2025-03-15 15:29:22 +01:00
comment in forms'
This commit is contained in:
parent
ff113acba8
commit
1954cf0019
@ -448,6 +448,7 @@ h2 + .row {
|
||||
margin: -18px 0 27px;
|
||||
font-size: 18px;
|
||||
font-weight: 300;
|
||||
line-height: 24px;
|
||||
color: #999;
|
||||
text-align: center;
|
||||
}
|
||||
@ -563,6 +564,18 @@ form.well {
|
||||
margin: 0 auto 10px;
|
||||
}
|
||||
|
||||
/* Subnav */
|
||||
.subhead .nav {
|
||||
padding: 0;
|
||||
background: none;
|
||||
}
|
||||
.subhead .nav > li {
|
||||
float: none;
|
||||
}
|
||||
.subhead .nav li + li a {
|
||||
border-top: 1px solid #eee;
|
||||
}
|
||||
|
||||
/* Don't space out quick links so much */
|
||||
.quick-links {
|
||||
margin: 40px 0 0;
|
||||
|
@ -470,6 +470,7 @@ select:focus:required:invalid {
|
||||
// --------------------------
|
||||
|
||||
.form-horizontal {
|
||||
// Increase spacing between groups
|
||||
.control-group {
|
||||
margin-bottom: @baseLineHeight;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user