scope th bottom vertical-align to only thead, update code styles to include more comments in less file and scrollable option for pre tag

This commit is contained in:
Mark Otto
2012-02-10 23:07:32 -08:00
parent c10661cf5d
commit d7aefe67e3
8 changed files with 31 additions and 11 deletions

View File

@@ -25,14 +25,15 @@ table {
padding: 8px;
line-height: @baseLineHeight;
text-align: left;
vertical-align: top;
border-top: 1px solid #ddd;
}
th {
font-weight: bold;
vertical-align: bottom;
}
td {
vertical-align: top;
// Bottom align for column headings
thead th {
vertical-align: bottom;
}
// Remove top border from thead by default
thead:first-child tr th,