projects
/
brevno-suite
/
themes
/
xmin
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31231a6
)
a missing ;
author
Yihui Xie
<xie@yihui.name>
Fri, 14 Dec 2018 05:14:37 +0000
(23:14 -0600)
committer
Yihui Xie
<xie@yihui.name>
Fri, 14 Dec 2018 05:14:37 +0000
(23:14 -0600)
static/css/style.css
patch
|
blob
|
history
diff --git
a/static/css/style.css
b/static/css/style.css
index 0edd168b02bbd9062df58c813b799cf6c1cba308..4dc3ae450f0ca15922f12d60b43b02007180ad72 100644
(file)
--- a/
static/css/style.css
+++ b/
static/css/style.css
@@
-48,4
+48,4
@@
table {
}
table thead th { border-bottom: 1px solid #ddd; }
th, td { padding: 5px; }
-thead, tfoot, tr:nth-child(even) { background: #eee }
+thead, tfoot, tr:nth-child(even) { background: #eee
;
}