Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <markotto@twitter.com>2012-03-12 07:03:55 +0400
committerMark Otto <markotto@twitter.com>2012-03-12 07:03:55 +0400
commit2e52946fd3e71ef33da7035471a0e1051010df52 (patch)
tree748b5d9625e5acb0a300257a0e965a01f6d0de34 /less
parent4109c62cf745250e05267c1c5498865b5b548dcf (diff)
fix lingering tables bug
Diffstat (limited to 'less')
-rw-r--r--less/tables.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/less/tables.less b/less/tables.less
index 22f9a29b90..7111cb806a 100644
--- a/less/tables.less
+++ b/less/tables.less
@@ -79,6 +79,7 @@ table {
thead:first-child tr:first-child th,
tbody:first-child tr:first-child th,
tbody:first-child tr:first-child td {
+ border-top: 0;
}
// For first th or td in the first row in the first thead or tbody
thead:first-child tr:first-child th:first-child,