Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 05b5efa

Browse files
add vertical lines to tables
update display to block so that the table is compact
1 parent e1e47cf commit 05b5efa

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

asset/css/markbind.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,19 @@ blockquote {
22
font-size: 14px;
33
}
44

5+
.markbind-table {
6+
width: auto;
7+
}
8+
59
.radio-list-item label {
610
font-weight: inherit;
711
}
812

13+
.table-striped > thead,
14+
.table-striped > tbody > tr:nth-of-type(even) {
15+
background-color: #fff;
16+
}
17+
918
@media (max-width: 767px) {
1019
.navbar-default .navbar-nav .open .dropdown-menu > li > a,
1120
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {

0 commit comments

Comments
 (0)