Skip to content

Commit d79e277

Browse files
committed
fix(bootstrap): make it work with bootstrap
use ::nth-child() on selectors in order to gain priority over bootstrap own definitions Fixes #1
1 parent ba34cb0 commit d79e277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
border: 1px solid #ccc;
2929
}
3030

31-
.responsive td {
31+
.responsive td:nth-child(odd), .responsive td:nth-child(even) {
3232
/* Behave like a "row" */
3333
border: none;
3434
border-bottom: 1px solid #eee;

0 commit comments

Comments
 (0)