diff options
| author | Mark Otto <[email protected]> | 2011-06-29 17:11:02 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-06-29 17:11:02 -0700 |
| commit | cddc565d07fed42576a55111ea60ce1b6ff5bbd9 (patch) | |
| tree | 11090e61e72cd760f638701814955b315e0337e6 /lib/tables.less | |
| parent | f47b5765743dc7001b3f7d22ed2e8e2b3d9545a3 (diff) | |
| parent | 1561b20f7c0aae9adb40585ab01a9539bd23f01a (diff) | |
| download | bootstrap-cddc565d07fed42576a55111ea60ce1b6ff5bbd9.tar.xz bootstrap-cddc565d07fed42576a55111ea60ce1b6ff5bbd9.zip | |
Merge branch 'master' of http://git.local.twitter.com/bootstrap
Diffstat (limited to 'lib/tables.less')
| -rw-r--r-- | lib/tables.less | 15 |
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 { |
