2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03:00

reseting baseline to 18px, fixing wells, moving pre styles for chili to docs

This commit is contained in:
Mark Otto
2011-06-28 15:11:41 -07:00
parent 01c5e74bb3
commit 4e95e558db
10 changed files with 178 additions and 292 deletions
+5 -2
View File
@@ -37,6 +37,7 @@ form {
float: left;
width: 130px;
text-align: right;
color: @grayDark;
}
// Shift over the inside div to align all label's relevant content
div.input {
@@ -53,7 +54,7 @@ form {
textarea,
select,
.uneditable-input {
display: block;
display: inline-block;
width: 210px;
margin: 0;
padding: 4px;
@@ -99,7 +100,9 @@ form {
margin: -10px 0 10px;
.border-radius(4px);
@error-text: desaturate(lighten(@red, 25%), 25%);
> label {
> label,
span.help-inline,
span.help-block {
color: @red;
}
input[type=text],