aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-24 23:35:34 -0800
committerMark Otto <[email protected]>2012-01-24 23:35:34 -0800
commit6ab56051fdf916f03efb8aa6675e50bdd1cc3155 (patch)
tree03f81a867ee570a31c780e062ce6fbec73abb9d1 /lib
parentf2fe2b1798380ab65e88281ab4db47965cd5aaf8 (diff)
downloadbootstrap-6ab56051fdf916f03efb8aa6675e50bdd1cc3155.tar.xz
bootstrap-6ab56051fdf916f03efb8aa6675e50bdd1cc3155.zip
fix up docs css for responsive and subnav, fix forms error states
Diffstat (limited to 'lib')
-rw-r--r--lib/forms.less6
-rw-r--r--lib/type.less7
2 files changed, 9 insertions, 4 deletions
diff --git a/lib/forms.less b/lib/forms.less
index 2b24fb2f0..e35b23da0 100644
--- a/lib/forms.less
+++ b/lib/forms.less
@@ -297,15 +297,15 @@ textarea[readonly] {
}
// Warning
.control-group.warning {
- .formFieldState(@warningText, @warningBorder, @warningBackground);
+ .formFieldState(@warningText, @warningText, @warningBackground);
}
// Error
.control-group.error {
- .formFieldState(@errorText, @errorBorder, @errorBackground);
+ .formFieldState(@errorText, @errorText, @errorBackground);
}
// Success
.control-group.success {
- .formFieldState(@successText, @successBorder, @successBackground);
+ .formFieldState(@successText, @successText, @successBackground);
}
// HTML5 invalid states
diff --git a/lib/type.less b/lib/type.less
index 211111761..548c222f1 100644
--- a/lib/type.less
+++ b/lib/type.less
@@ -16,6 +16,12 @@ p {
color: @grayLight;
}
}
+.lead {
+ margin-bottom: @baseLineHeight;
+ font-size: 20px;
+ font-weight: 200;
+ line-height: @baseLineHeight * 1.5;
+}
// HEADINGS
// --------
@@ -202,7 +208,6 @@ pre {
}
code {
padding: 3px 4px;
- background-color: lighten(@orange, 40%);
color: #d14;
background-color: #f7f7f9;
border: 1px solid #e1e1e8;