From cefec071bf0633f1422633bdb42089c7acc8240e Mon Sep 17 00:00:00 2001 From: Anika Henke Date: Fri, 6 Jul 2012 10:14:29 +0100 Subject: styled sidebar toggle title the same in tablet mode as it was in phone mode --- lib/tpl/dokuwiki/css/mobile.css | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'lib') diff --git a/lib/tpl/dokuwiki/css/mobile.css b/lib/tpl/dokuwiki/css/mobile.css index 5a72ed095..9138f8031 100644 --- a/lib/tpl/dokuwiki/css/mobile.css +++ b/lib/tpl/dokuwiki/css/mobile.css @@ -28,6 +28,17 @@ margin-bottom: .5em; } +#dokuwiki__aside h3.toggle { + font-size: 1em; +} +#dokuwiki__aside h3.toggle.closed { + margin-bottom: 0; + padding-bottom: 0; +} +#dokuwiki__aside h3.toggle.open { + border-bottom: 1px solid __border__; +} + .showSidebar #dokuwiki__content { float: none; margin-left: 0; @@ -108,17 +119,6 @@ padding: .5em 0; } -#dokuwiki__aside h3.toggle { - font-size: 1em; -} -#dokuwiki__aside h3.toggle.closed { - margin-bottom: 0; - padding-bottom: 0; -} -#dokuwiki__aside h3.toggle.open { - border-bottom: 1px solid __border__; -} - /*____________ header ____________*/ -- cgit v1.2.3