all repos — archive/hugo-xmin @ 736206d32675c3db79687da7c2e02a5f86e2007d

Customised minimal hugo theme

a missing ;

Yihui Xie
commit

736206d32675c3db79687da7c2e02a5f86e2007d

parent

31231a681a43c5b76799a6c340a692175c07ff99

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M static/css/style.cssstatic/css/style.css
@@ -48,4 +48,4 @@ border-bottom: 1px solid #666;
} 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; }