2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

remove form docs from the styles and markup, it's no longer needed

This commit is contained in:
Mark Otto
2012-01-29 00:07:01 -08:00
parent 15a1c0ce79
commit 7bf2767452
5 changed files with 80 additions and 81 deletions
-17
View File
@@ -543,19 +543,6 @@ form.well {
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);
@@ -689,10 +676,6 @@ form.well {
left: auto;
}
/* Forms docs */
.form-docs {
padding-left: 0; /* down from 10px */
}
}