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 --- less/tests/css-tests.html | 329 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 329 insertions(+) create mode 100644 less/tests/css-tests.html (limited to 'less/tests/css-tests.html') 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 From 369ca13c7594a2b21e867fb4c139ebc21abd4d2e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 28 Mar 2012 17:52:03 -0700 Subject: fix homepage link in css-tests and remove second help text from example form --- less/tests/css-tests.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'less/tests/css-tests.html') diff --git a/less/tests/css-tests.html b/less/tests/css-tests.html index 2e40b44c6..6083b4142 100644 --- a/less/tests/css-tests.html +++ b/less/tests/css-tests.html @@ -37,7 +37,7 @@ -- cgit v1.2.3 From 2bbc9a1cb225ded877b9228ebf714ccb74f07c6d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 28 Mar 2012 20:03:57 -0700 Subject: fix js links in css tests --- less/tests/css-tests.html | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'less/tests/css-tests.html') diff --git a/less/tests/css-tests.html b/less/tests/css-tests.html index 6083b4142..1955ebbec 100644 --- a/less/tests/css-tests.html +++ b/less/tests/css-tests.html @@ -308,21 +308,21 @@ ================================================== --> - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + -- cgit v1.2.3 From 37745cd8997bdc1d0bb21c276a7aa671bb018eed Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 31 Mar 2012 00:53:38 -0700 Subject: fix fluid grid selectors to remove > in selectors --- less/tests/css-tests.html | 53 ++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 50 insertions(+), 3 deletions(-) (limited to 'less/tests/css-tests.html') diff --git a/less/tests/css-tests.html b/less/tests/css-tests.html index 1955ebbec..42cdab045 100644 --- a/less/tests/css-tests.html +++ b/less/tests/css-tests.html @@ -269,14 +269,61 @@

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

-
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
-
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
-
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
-- cgit v1.2.3 From 56ecc6ba96550d8e66d0484c21fc20da5f8e52e6 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 31 Mar 2012 12:31:56 -0700 Subject: clarify use of dropdowns, href, and data-target for js docs; add tests to css tests page for it's display and execution in html --- less/tests/css-tests.html | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) (limited to 'less/tests/css-tests.html') diff --git a/less/tests/css-tests.html b/less/tests/css-tests.html index 42cdab045..f6f4b2351 100644 --- a/less/tests/css-tests.html +++ b/less/tests/css-tests.html @@ -330,8 +330,51 @@
+
+ + + + +

Dropdown link with hash URL

+ + +

Dropdown link with custom URL and data-target

+ -- cgit v1.2.3 From fe05f9aeb259733de4598014db9df9193cc01ea2 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 1 Apr 2012 00:59:34 -0700 Subject: fix #2572: streamline thumbnails css to allow for offsets --- less/tests/css-tests.html | 50 +++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 48 insertions(+), 2 deletions(-) (limited to 'less/tests/css-tests.html') diff --git a/less/tests/css-tests.html b/less/tests/css-tests.html index f6f4b2351..7cf76524b 100644 --- a/less/tests/css-tests.html +++ b/less/tests/css-tests.html @@ -329,9 +329,9 @@
-
+ @@ -339,7 +339,6 @@

Dropdowns

-

Dropdown link with hash URL

+
+ + + + + + +

Offset thumbnails

+ + + + -- cgit v1.2.3 From 647f1c98eda0f150e54e9193181acb462a3b9357 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 1 Apr 2012 01:05:00 -0700 Subject: fix #2296: allow fluid thumbnails --- less/tests/css-tests.html | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'less/tests/css-tests.html') diff --git a/less/tests/css-tests.html b/less/tests/css-tests.html index 7cf76524b..255a078b3 100644 --- a/less/tests/css-tests.html +++ b/less/tests/css-tests.html @@ -421,7 +421,28 @@ - +

Fluid thumbnails

+
+
+ +
+
-- cgit v1.2.3 From fc7ae48c95af554cb36e4b52482c262ac34aa47f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 14 Apr 2012 18:47:27 -0700 Subject: fix #1823: styles of tabs within other tabs resolved --- less/tests/css-tests.html | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) (limited to 'less/tests/css-tests.html') diff --git a/less/tests/css-tests.html b/less/tests/css-tests.html index 255a078b3..8dad598c9 100644 --- a/less/tests/css-tests.html +++ b/less/tests/css-tests.html @@ -445,6 +445,49 @@ + + +
+ +
+
+

I'm in Section 1.

+ +
+ +
+
+

I'm in Section 1.1.

+
+
+

I'm in Section 1.2.

+
+
+

I'm in Section 1.3.

+
+
+
+
+
+

Howdy, I'm in Section 2.

+
+
+

What up girl, this is Section 3.

+
+
+
+ + + -- cgit v1.2.3 From d374fe92e57cc75fa3bc1e664b96ed7f2191c7e0 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 15 Apr 2012 16:48:17 -0700 Subject: simplify the left margin for offset grid columns --- less/tests/css-tests.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'less/tests/css-tests.html') diff --git a/less/tests/css-tests.html b/less/tests/css-tests.html index 8dad598c9..58e25be61 100644 --- a/less/tests/css-tests.html +++ b/less/tests/css-tests.html @@ -374,6 +374,19 @@ + +

Dropdown on a button

+ +
@@ -445,6 +458,7 @@ + @@ -491,6 +505,8 @@ + +