2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

Re-add and update form styles:

* Restore forms.less file
* Overhaul .radio.inline .checkbox.inline to be .radio-inline or .checkbox-inline
* Update docs to reflect changes
This commit is contained in:
Mark Otto
2013-01-16 12:20:34 -08:00
parent b6b8633542
commit 992e0d922a
6 changed files with 650 additions and 52 deletions
+4 -1
View File
@@ -197,7 +197,10 @@ section > ul li {
.bs-docs-example > ul:last-child,
.bs-docs-example > ol:last-child,
.bs-docs-example > blockquote:last-child,
.bs-docs-example > .table:last-child {
.bs-docs-example > .table:last-child,
.bs-docs-example > input:last-child,
.bs-docs-example > select:last-child,
.bs-docs-example > textarea:last-child {
margin-bottom: 0;
}