From 66743676ce83552fbab86ced2fc9e890d0dde6a6 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 28 Mar 2012 17:41:40 -0700 Subject: moving css tests to less directory --- docs/css-tests.html | 391 -------------------------------- docs/templates/pages/css-tests.mustache | 276 ---------------------- less/tests/css-tests.css | 35 +++ less/tests/css-tests.html | 329 +++++++++++++++++++++++++++ 4 files changed, 364 insertions(+), 667 deletions(-) delete mode 100644 docs/css-tests.html delete mode 100644 docs/templates/pages/css-tests.mustache create mode 100644 less/tests/css-tests.css create mode 100644 less/tests/css-tests.html diff --git a/docs/css-tests.html b/docs/css-tests.html deleted file mode 100644 index 332420dec..000000000 --- a/docs/css-tests.html +++ /dev/null @@ -1,391 +0,0 @@ - - - - - Css · Twitter Bootstrap - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - -
-

CSS Tests

-

One stop shop for quick debugging and edge-case tests of CSS.

-
- - - - - - - -
-
-

Bordered without thead

- - - - - - - - - - - - - - - - - - -
123
123
123
-

Bordered without thead, with caption

- - - - - - - - - - - - - - - - - - - -
Table caption
123
123
123
-

Bordered without thead, with colgroup

- - - - - - - - - - - - - - - - - - - - - - - -
123
123
123
-

Bordered with thead, with colgroup

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
123
123
123
123
-
-
-

Bordered with thead and caption

- - - - - - - - - - - - - - - - - - - - - - - - - - -
Table caption
123
123
123
123
-

Bordered with rowspan and colspan

- - - - - - - - - - - - - - - - - - - - - - - - - - -
123
1 and 23
123
13
2 and 3
-
-
- - - - - - - -
-
-

Prepend and append on inputs

-
-
-
- @ -
-
-
-
- @ -
-
-
-
- $.00 -
-
-
-
-
-

Prepend and append with uneditable

-
-
- $Some value here -
-
- Some value here.00 -
-
-
-
- -

Fluid row with inputs

-

Inputs should not extend past the light red background, set on their parent, a .span* column.

-
-
-
- -
-
- -
-
-
-
- -
-
-
- - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/templates/pages/css-tests.mustache b/docs/templates/pages/css-tests.mustache deleted file mode 100644 index cb902e985..000000000 --- a/docs/templates/pages/css-tests.mustache +++ /dev/null @@ -1,276 +0,0 @@ - - - - -
-

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

-

{{_i}}One stop shop for quick debugging and edge-case tests of CSS.{{/i}}

-
- - - - - - - -
-
-

Bordered without thead

- - - - - - - - - - - - - - - - - - -
123
123
123
-

Bordered without thead, with caption

- - - - - - - - - - - - - - - - - - - -
Table caption
123
123
123
-

Bordered without thead, with colgroup

- - - - - - - - - - - - - - - - - - - - - - - -
123
123
123
-

Bordered with thead, with colgroup

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
123
123
123
123
-
-
-

Bordered with thead and caption

- - - - - - - - - - - - - - - - - - - - - - - - - - -
Table caption
123
123
123
123
-

Bordered with rowspan and colspan

- - - - - - - - - - - - - - - - - - - - - - - - - - -
123
1 and 23
123
13
2 and 3
-
-
- - - - - - - -
-
-

Prepend and append on inputs

-
-
-
- @ -
-
-
-
- @ -
-
-
-
- $.00 -
-
-
-
-
-

Prepend and append with uneditable

-
-
- $Some value here -
-
- Some value here.00 -
-
-
-
- -

Fluid row with inputs

-

Inputs should not extend past the light red background, set on their parent, a .span* column.

-
-
-
- -
-
- -
-
-
-
- -
-
-
- - - - - - - diff --git a/less/tests/css-tests.css b/less/tests/css-tests.css new file mode 100644 index 000000000..95067048d --- /dev/null +++ b/less/tests/css-tests.css @@ -0,0 +1,35 @@ +/*! + * Bootstrap CSS Tests + */ + + +/* Remove background image */ +body { + background-image: none; +} + +/* Space out subhead */ +.subhead { + margin-bottom: 36px; +} +h4 { + margin-bottom: 5px; +} + + +/* colgroup tests */ +.col1 { + background-color: rgba(255,0,0,.1); +} +.col2 { + background-color: rgba(0,255,0,.1); +} +.col3 { + background-color: rgba(0,0,255,.1); +} + + +/* Fluid row inputs */ +#fluidRowInputs .row-fluid > [class*=span] { + background-color: rgba(255,0,0,.1); +} diff --git a/less/tests/css-tests.html b/less/tests/css-tests.html new file mode 100644 index 000000000..2e40b44c6 --- /dev/null +++ b/less/tests/css-tests.html @@ -0,0 +1,329 @@ + + + + + CSS Tests · Twitter Bootstrap + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+

CSS Tests

+

One stop shop for quick debugging and edge-case tests of CSS.

+
+ + + + + + + +
+
+

Bordered without thead

+ + + + + + + + + + + + + + + + + + +
123
123
123
+

Bordered without thead, with caption

+ + + + + + + + + + + + + + + + + + + +
Table caption
123
123
123
+

Bordered without thead, with colgroup

+ + + + + + + + + + + + + + + + + + + + + + + +
123
123
123
+

Bordered with thead, with colgroup

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
123
123
123
123
+
+
+

Bordered with thead and caption

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Table caption
123
123
123
123
+

Bordered with rowspan and colspan

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
123
1 and 23
123
13
2 and 3
+
+
+ + + + + + + +
+
+

Prepend and append on inputs

+
+
+
+ @ +
+
+
+
+ @ +
+
+
+
+ $.00 +
+
+
+
+
+

Prepend and append with uneditable

+
+
+ $Some value here +
+
+ Some value here.00 +
+
+
+
+ +

Fluid row with inputs

+

Inputs should not extend past the light red background, set on their parent, a .span* column.

+
+
+
+ +
+
+ +
+
+
+
+ +
+
+
+ + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3