From 65496915b86ac34f14a82d9da7bc3f954abb6d54 Mon Sep 17 00:00:00 2001 From: Robert Lord Date: Thu, 12 Jun 2014 16:02:41 -0700 Subject: [PATCH] Hide mobile lang selector and search on print --- source/stylesheets/print.css.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/stylesheets/print.css.scss b/source/stylesheets/print.css.scss index 7130f98..4bda057 100644 --- a/source/stylesheets/print.css.scss +++ b/source/stylesheets/print.css.scss @@ -28,7 +28,7 @@ body { @extend %default-font; } -.tocify, .toc-footer { +.tocify, .toc-footer, .lang-selector, .search, #nav-button { display: none; }