From e319c498913350cd8354774609ad2adfc62e4058 Mon Sep 17 00:00:00 2001 From: Jay Sitter Date: Mon, 3 Nov 2014 13:28:58 -0500 Subject: Fixing menu hiding behavior when switching from mobile width to desktop width --- themes/baggy/css/main.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'themes/baggy/css') diff --git a/themes/baggy/css/main.css b/themes/baggy/css/main.css index ce314860..48d22709 100755 --- a/themes/baggy/css/main.css +++ b/themes/baggy/css/main.css @@ -987,6 +987,9 @@ pre code { height: auto; padding-top: 3em; } + #links.open { + display: block; + } footer { position: static; margin-right: 3em; -- cgit v1.2.3