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

Commit 8c0a84e

Browse files
authored
Merge pull request #33 from nicholaschuayunzhi/149-format-vertical-table
Add vertical lines to tables
2 parents 1e8ff03 + 05b5efa commit 8c0a84e

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
.dropdown-menu > li > a {
1120
white-space: normal;

0 commit comments

Comments
 (0)