diff options
| author | 2015-06-01 01:14:56 +0200 | |
|---|---|---|
| committer | 2015-06-01 01:14:56 +0200 | |
| commit | 718c982842ea0877a55f615f5b58db4383362045 (patch) | |
| tree | 2ee3a8b1a3dcd2447fb4cb352bc92165d919e72d /themes | |
| parent | feaa52e083eb369f999b9a6db39c2dd2bbdae652 (diff) | |
Hide dropdown menu arrows on smaller screens.
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/custom/assets/css/custom.css | 7 |
1 files changed, 7 insertions, 0 deletions
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 { |
