mirror of
https://github.com/yihui/hugo-xmin.git
synced 2024-11-22 08:29:19 +02:00
a missing ;
This commit is contained in:
parent
31231a681a
commit
736206d326
|
@ -48,4 +48,4 @@ table {
|
||||||
}
|
}
|
||||||
table thead th { border-bottom: 1px solid #ddd; }
|
table thead th { border-bottom: 1px solid #ddd; }
|
||||||
th, td { padding: 5px; }
|
th, td { padding: 5px; }
|
||||||
thead, tfoot, tr:nth-child(even) { background: #eee }
|
thead, tfoot, tr:nth-child(even) { background: #eee; }
|
||||||
|
|
Loading…
Reference in New Issue