massive docs update, mostly to all our new forms, and to the buttons

This commit is contained in:
Mark Otto
2012-01-05 21:43:28 -08:00
parent 90e3a706ba
commit c56e9d2d35
8 changed files with 340 additions and 234 deletions

View File

@@ -36,11 +36,13 @@ body > .navbar-fixed .brand:hover {
/* Space out sub-sections more
-------------------------------------------------- */
.page-header {
margin: 36px 0 18px;
margin: 45px 0 18px;
border-bottom: 1px solid #eee;
}
.page-header h1 {
margin-bottom: 9px;
margin-bottom: 17px;
font-size: 36px;
line-height: 1;
}
@@ -327,10 +329,6 @@ pre.prettyprint {
overflow: hidden;
}
.well form {
margin-bottom: 0;
}
.browser-support {
max-width: 100%;
}
@@ -356,6 +354,40 @@ h2 + table {
position: relative;
}
/* Remove bottom margin on example forms in wells */
form.well {
margin-bottom: 0;
}
/* Tighten up spacing */
.well hr {
margin: 18px 0;
}
/* Form docs for horizontal forms */
.form-docs {
padding-left: 10px;
}
.form-docs h3,
.form-docs p,
.form-docs li {
color: #777;
}
.form-docs hr {
margin: 18px 0;
}
/* Fake the :focus state to demo it */
.focused {
border-color: rgba(82,168,236,.8);
-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.1), 0 0 8px rgba(82,168,236,.6);
-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.1), 0 0 8px rgba(82,168,236,.6);
box-shadow: inset 0 1px 3px rgba(0,0,0,.1), 0 0 8px rgba(82,168,236,.6);
outline: 0;
}
/* Icons
------------------------- */
.the-icons {