diff options
| author | Mark Otto <[email protected]> | 2011-12-27 17:04:55 -0600 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-12-27 17:04:55 -0600 |
| commit | 53c6dbff0d6dd781df421f07acdd9e98719b41bf (patch) | |
| tree | 92806c4fcedff7e57caccf5776e182b3e30ef6e6 /lib/tables.less | |
| parent | 550879cf666ec6445d1918604cb71c7202a52999 (diff) | |
| download | bootstrap-53c6dbff0d6dd781df421f07acdd9e98719b41bf.tar.xz bootstrap-53c6dbff0d6dd781df421f07acdd9e98719b41bf.zip | |
add appended input example to docs, fix help-text wrapping issue by clearing float
Diffstat (limited to 'lib/tables.less')
| -rw-r--r-- | lib/tables.less | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/tables.less b/lib/tables.less index 524f959f0..164370562 100644 --- a/lib/tables.less +++ b/lib/tables.less @@ -17,7 +17,7 @@ td { padding: 8px; line-height: @baseLineHeight; text-align: left; - border-bottom: 1px solid #ddd; + border-top: 1px solid #ddd; } th { font-weight: bold; @@ -26,10 +26,6 @@ th { td { vertical-align: top; } -tbody tr:last-child th, -tbody tr:last-child td { - border-bottom: 0; -} // CONDENSED TABLE W/ HALF PADDING |
