From 718c982842ea0877a55f615f5b58db4383362045 Mon Sep 17 00:00:00 2001 From: Krytarik Raido Date: Mon, 1 Jun 2015 01:14:56 +0200 Subject: Hide dropdown menu arrows on smaller screens. --- themes/custom/assets/css/custom.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/themes/custom/assets/css/custom.css b/themes/custom/assets/css/custom.css index 7a2006a..a55dfb9 100644 --- a/themes/custom/assets/css/custom.css +++ b/themes/custom/assets/css/custom.css @@ -42,6 +42,13 @@ code, pre { display: block; } +@media (max-width: 979px) { + .navbar .nav > li > .dropdown-menu:before, + .navbar .nav > li > .dropdown-menu:after { + display: none; + } +} + /* switch blue to red */ a { -- cgit v1.2.3