From 3b3b0f6e2eddd838f49a52eac5fa06524115b461 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Wed, 4 Jun 2014 11:35:49 +0200 Subject: [PATCH] show appname on mobile since now there's enough space --- core/css/mobile.css | 9 --------- 1 file changed, 9 deletions(-) diff --git a/core/css/mobile.css b/core/css/mobile.css index 4f6f26839a..9cea0dddc8 100644 --- a/core/css/mobile.css +++ b/core/css/mobile.css @@ -4,15 +4,6 @@ padding-top: 10px; } -/* don’t show appname next to logo on narrow screens */ -.header-appname { - display: none; -} -/* slightly different caret position when appname isn’t shown */ -#header .icon-caret { - height: 15px; -} - #body-login .wrapper { display: -webkit-box; -webkit-box-orient: horizontal;