From 3714f3707363584a3d97398aef25b9c7240d2b2e Mon Sep 17 00:00:00 2001 From: Michael Foster Date: Mon, 16 Sep 2013 15:16:00 +1000 Subject: [PATCH] Don't show shitty top page nav thing on smaller/mobile browsers --- stylesheets/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/stylesheets/style.css b/stylesheets/style.css index 894fa3e4..ef12a5f5 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -328,6 +328,11 @@ div.pages.top { right: 0; opacity: 0.9; } +@media screen and (max-width: 800px) { + div.pages.top { + display: none !important; + } +} div.pages a.selected { color: black; font-weight: bolder;