docs
assets
css
docs.css +5 -2
img
browsers.png +0 -0
index.html +112 -111
lib
forms.less +153 -153
patterns.less +135 -67
preboot.less +43 -39
reset.less +129 -4
scaffolding.less +53 -23
type.less +4 -1
bootstrap-1.1.0.css +433 -337
bootstrap-1.1.0.min.css +117 -90
+ 5
- 2
@@ -13,6 +13,9 @@ body {
@@ -168,7 +171,7 @@ div.mini-layout div {
@@ -182,7 +185,7 @@ div.mini-layout.fluid div.mini-layout-sidebar {
+ 0
- 0

17.86 KiB

20.78 KiB
+ 112
- 111
Files with large changes are collapsed by default.
+ 153
- 153
@@ -8,174 +8,176 @@
@@ -262,13 +264,11 @@ form {
@@ -322,7 +322,7 @@ form {
+ 135
- 67
@@ -288,101 +288,168 @@ footer {
@@ -557,6 +624,7 @@ footer {
+ 43
- 39
@@ -36,6 +36,7 @@
@@ -125,21 +126,10 @@
@@ -180,28 +170,6 @@
@@ -213,6 +181,42 @@
@@ -230,12 +234,12 @@
+ 129
- 4
@@ -4,7 +4,7 @@
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-weight: normal; font-style: normal; font-size: 100%; line-height: 1; font-family: inherit; }
@@ -13,9 +13,134 @@ ol, ul { list-style: none; }
\ No newline at end of file
+ 53
- 23
@@ -9,6 +9,29 @@
@@ -58,20 +81,20 @@ body {
@@ -95,16 +118,7 @@ a {
@@ -122,20 +136,31 @@ a {
@@ -150,6 +175,7 @@ a {
@@ -157,9 +183,13 @@ a {
@@ -171,4 +201,4 @@ input[type=submit].btn {
\ No newline at end of file
+ 4
- 1
@@ -130,7 +130,7 @@ em {
@@ -181,5 +181,8 @@ pre {
\ No newline at end of file
+ 433
- 337
Files with large changes are collapsed by default.
+ 117
- 90
Files with large changes are collapsed by default.