From e72283ccafaf37996ee44f26fca1e44f1501f53e Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Wed, 29 Jun 2011 15:40:52 -0700 Subject: fix comments up for non minified built file --- lib/tables.less | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'lib/tables.less') diff --git a/lib/tables.less b/lib/tables.less index 9a23c42d6..3bbb3aa07 100644 --- a/lib/tables.less +++ b/lib/tables.less @@ -1,11 +1,9 @@ -/* - * Tables.less +/* Tables.less * Tables for, you guessed it, tabular data - */ + * ---------------------------------------- */ - -/* Baseline styles --------------------------------------------------- */ +// Baseline styles +// --------------- table { width: 100%; @@ -27,9 +25,8 @@ table { } } - -/* Zebra-striping --------------------------------------------------- */ +// Zebra-striping +// -------------- // Default zebra-stripe styles (alternating gray and transparent backgrounds) table.zebra-striped { -- cgit v1.2.3