From 1852d077bfa15308808c470a031f6e6b5c3dc8d2 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 22 Mar 2012 21:08:41 -0700 Subject: add shell of tests page, lighten form actions background and give it a variable --- docs/assets/bootstrap.zip | Bin 55576 -> 55601 bytes docs/assets/css/bootstrap.css | 4 +- docs/css-tests.html | 120 ++++++++++++++++++++++++++++++++ docs/less.html | 4 ++ docs/templates/pages/css-tests.mustache | 6 ++ docs/templates/pages/less.mustache | 4 ++ 6 files changed, 137 insertions(+), 1 deletion(-) create mode 100644 docs/css-tests.html create mode 100644 docs/templates/pages/css-tests.mustache (limited to 'docs') diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 7246485c9..01d89c88e 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 393d9e606..8b22f8928 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -938,7 +938,7 @@ select:focus:required:invalid:focus { padding: 17px 20px 18px; margin-top: 18px; margin-bottom: 18px; - background-color: #eeeeee; + background-color: #f5f5f5; border-top: 1px solid #ddd; *zoom: 1; } @@ -1208,6 +1208,8 @@ table { .table thead th { vertical-align: bottom; } +.table caption + thead tr:first-child th, +.table caption + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child th, diff --git a/docs/css-tests.html b/docs/css-tests.html new file mode 100644 index 000000000..3eeac5924 --- /dev/null +++ b/docs/css-tests.html @@ -0,0 +1,120 @@ + + + + + Css ยท Twitter Bootstrap + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+

Tests

+

+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/less.html b/docs/less.html index 19b2b2235..08987d128 100644 --- a/docs/less.html +++ b/docs/less.html @@ -454,6 +454,10 @@ @inputDisabledBackground @grayLighter + + @formActionsBackground + #f5f5f5 +

Form states and alerts

diff --git a/docs/templates/pages/css-tests.mustache b/docs/templates/pages/css-tests.mustache new file mode 100644 index 000000000..6455039c4 --- /dev/null +++ b/docs/templates/pages/css-tests.mustache @@ -0,0 +1,6 @@ + +
+

{{_i}}Tests{{/i}}

+

{{_i}}{{/i}}

+
diff --git a/docs/templates/pages/less.mustache b/docs/templates/pages/less.mustache index 129c76e9c..263ec7fce 100644 --- a/docs/templates/pages/less.mustache +++ b/docs/templates/pages/less.mustache @@ -378,6 +378,10 @@ @inputDisabledBackground @grayLighter + + @formActionsBackground + #f5f5f5 +

{{_i}}Form states and alerts{{/i}}

-- cgit v1.2.3