aboutsummaryrefslogtreecommitdiff
path: root/lib/tables.less
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-06-29 15:40:52 -0700
committerJacob Thornton <[email protected]>2011-06-29 15:40:52 -0700
commite72283ccafaf37996ee44f26fca1e44f1501f53e (patch)
treef08583baf0e16f1ff3dc145a5bfc43f35cb07681 /lib/tables.less
parente0b09867c23b421153f10235ec64d484bac6323d (diff)
downloadbootstrap-e72283ccafaf37996ee44f26fca1e44f1501f53e.tar.xz
bootstrap-e72283ccafaf37996ee44f26fca1e44f1501f53e.zip
fix comments up for non minified built file
Diffstat (limited to 'lib/tables.less')
-rw-r--r--lib/tables.less15
1 files changed, 6 insertions, 9 deletions
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 {