2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

fix prettyify and update the table styles to include a condensed flavor

This commit is contained in:
Mark Otto
2011-10-26 21:22:05 -07:00
parent 41ada302ec
commit 5736ba549c
5 changed files with 52 additions and 5 deletions
+12 -1
View File
@@ -13,7 +13,8 @@ table {
padding: 0;
font-size: @basefont;
border-collapse: collapse;
th, td {
th,
td {
padding: 10px 10px 9px;
line-height: @baseline;
text-align: left;
@@ -35,6 +36,16 @@ table {
}
// CONDENSED VERSION
// -----------------
.condensed-table {
th,
td {
padding: 5px 5px 4px;
}
}
// BORDERED VERSION
// ----------------