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
diff options
context:
space:
mode:
-rw-r--r--scss/_tables.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_tables.scss b/scss/_tables.scss
index 30e898b580..d0e6727c53 100644
--- a/scss/_tables.scss
+++ b/scss/_tables.scss
@@ -41,7 +41,7 @@
}
// Highlight border color between thead, tbody and tfoot.
- > :not(:first-child) {
+ > :not(caption):not(colgroup) + * {
border-top: (2 * $table-border-width) solid $table-group-separator-color;
}
}