From cacc2137620675f81ab8895c2988778d12f92596 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 8 Dec 2012 12:52:19 -0800 Subject: Nesting tables * Add simple test to css-tests.html * Scope .table-bordered to immediate children th/td elements only --- less/tests/css-tests.html | 49 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) (limited to 'less/tests/css-tests.html') diff --git a/less/tests/css-tests.html b/less/tests/css-tests.html index 70b8904b3..035ba8bd4 100644 --- a/less/tests/css-tests.html +++ b/less/tests/css-tests.html @@ -593,6 +593,55 @@ +

Nesting and striping

+ + + + + + + + + + + +
Test
+ + + + + + + + + + + + + + + + + + + + + +
TestTest
+ test + + test +
+ test + + test +
+ test + + test +
+
+

Fluid grid sizing

-- cgit v1.2.3