fix up docs css for responsive and subnav, fix forms error states
This commit is contained in:
parent
f2fe2b1798
commit
6ab56051fd
9 changed files with 1123 additions and 727 deletions
39
bootstrap.css
vendored
39
bootstrap.css
vendored
|
|
@ -6,7 +6,7 @@
|
|||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Designed and built with all the love in the world @twitter by @mdo and @fat.
|
||||
* Date: Tue Jan 24 21:10:54 PST 2012
|
||||
* Date: Tue Jan 24 23:35:08 PST 2012
|
||||
*/
|
||||
article,
|
||||
aside,
|
||||
|
|
@ -253,6 +253,12 @@ p small {
|
|||
font-size: 11px;
|
||||
color: #999999;
|
||||
}
|
||||
.lead {
|
||||
margin-bottom: 18px;
|
||||
font-size: 20px;
|
||||
font-weight: 200;
|
||||
line-height: 27px;
|
||||
}
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
|
|
@ -419,7 +425,6 @@ code, pre {
|
|||
}
|
||||
code {
|
||||
padding: 3px 4px;
|
||||
background-color: #fee9cc;
|
||||
color: #d14;
|
||||
background-color: #f7f7f9;
|
||||
border: 1px solid #e1e1e8;
|
||||
|
|
@ -706,13 +711,13 @@ textarea[readonly] {
|
|||
}
|
||||
.control-group.warning input, .control-group.warning textarea {
|
||||
color: #c09853;
|
||||
border-color: #f3edd2;
|
||||
border-color: #c09853;
|
||||
}
|
||||
.control-group.warning input:focus, .control-group.warning textarea:focus {
|
||||
border-color: #e8ddaa;
|
||||
-webkit-box-shadow: 0 0 6px #ffffff;
|
||||
-moz-box-shadow: 0 0 6px #ffffff;
|
||||
box-shadow: 0 0 6px #ffffff;
|
||||
border-color: #a47e3c;
|
||||
-webkit-box-shadow: 0 0 6px #dbc59e;
|
||||
-moz-box-shadow: 0 0 6px #dbc59e;
|
||||
box-shadow: 0 0 6px #dbc59e;
|
||||
}
|
||||
.control-group.warning .input-prepend .add-on, .control-group.warning .input-append .add-on {
|
||||
color: #c09853;
|
||||
|
|
@ -724,13 +729,13 @@ textarea[readonly] {
|
|||
}
|
||||
.control-group.error input, .control-group.error textarea {
|
||||
color: #b94a48;
|
||||
border-color: #e9c7c7;
|
||||
border-color: #b94a48;
|
||||
}
|
||||
.control-group.error input:focus, .control-group.error textarea:focus {
|
||||
border-color: #dba2a2;
|
||||
-webkit-box-shadow: 0 0 6px #ffffff;
|
||||
-moz-box-shadow: 0 0 6px #ffffff;
|
||||
box-shadow: 0 0 6px #ffffff;
|
||||
border-color: #953b39;
|
||||
-webkit-box-shadow: 0 0 6px #d59392;
|
||||
-moz-box-shadow: 0 0 6px #d59392;
|
||||
box-shadow: 0 0 6px #d59392;
|
||||
}
|
||||
.control-group.error .input-prepend .add-on, .control-group.error .input-append .add-on {
|
||||
color: #b94a48;
|
||||
|
|
@ -742,13 +747,13 @@ textarea[readonly] {
|
|||
}
|
||||
.control-group.success input, .control-group.success textarea {
|
||||
color: #468847;
|
||||
border-color: #cfe8c4;
|
||||
border-color: #468847;
|
||||
}
|
||||
.control-group.success input:focus, .control-group.success textarea:focus {
|
||||
border-color: #b1da9f;
|
||||
-webkit-box-shadow: 0 0 6px #ffffff;
|
||||
-moz-box-shadow: 0 0 6px #ffffff;
|
||||
box-shadow: 0 0 6px #ffffff;
|
||||
border-color: #356635;
|
||||
-webkit-box-shadow: 0 0 6px #7aba7b;
|
||||
-moz-box-shadow: 0 0 6px #7aba7b;
|
||||
box-shadow: 0 0 6px #7aba7b;
|
||||
}
|
||||
.control-group.success .input-prepend .add-on, .control-group.success .input-append .add-on {
|
||||
color: #468847;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue