2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

clean up commented out css, slightly updated docs again

This commit is contained in:
Mark Otto
2011-06-30 00:15:37 -07:00
parent 1905a992d9
commit 9e33ab20ab
9 changed files with 110 additions and 263 deletions
+9 -6
View File
@@ -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 {