diff options
| author | Mark Otto <[email protected]> | 2011-06-30 00:15:37 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-06-30 00:15:37 -0700 |
| commit | 9e33ab20abaa34bf761ca74ab843cb43d6ae138d (patch) | |
| tree | 42cb71849eb3622ea9a1f37c756f611bcee09d14 /lib/tables.less | |
| parent | 1905a992d9cc8f1160930edad6ec5d52eaf06d85 (diff) | |
| download | bootstrap-9e33ab20abaa34bf761ca74ab843cb43d6ae138d.tar.xz bootstrap-9e33ab20abaa34bf761ca74ab843cb43d6ae138d.zip | |
clean up commented out css, slightly updated docs again
Diffstat (limited to 'lib/tables.less')
| -rw-r--r-- | lib/tables.less | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/lib/tables.less b/lib/tables.less index 3bbb3aa07..9a23c42d6 100644 --- a/lib/tables.less +++ b/lib/tables.less @@ -1,9 +1,11 @@ -/* Tables.less +/* + * Tables.less * Tables for, you guessed it, tabular data - * ---------------------------------------- */ + */ -// Baseline styles -// --------------- + +/* Baseline styles +-------------------------------------------------- */ table { width: 100%; @@ -25,8 +27,9 @@ table { } } -// Zebra-striping -// -------------- + +/* Zebra-striping +-------------------------------------------------- */ // Default zebra-stripe styles (alternating gray and transparent backgrounds) table.zebra-striped { |
