From 0097496060f8360797789be18d66efac20043489 Mon Sep 17 00:00:00 2001 From: Simon McFarlane Date: Mon, 22 Aug 2016 02:26:23 +0100 Subject: [PATCH] Fix catalog being single column with JS disabled --- stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/style.css b/stylesheets/style.css index 0dc6298d..f101845f 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -1327,7 +1327,7 @@ div.boardlist a { font-weight: normal; opacity: .666; } -div.mix { +li.mix { display: inline-block; }