From 3ea7240849579b949cbf3c16d075eba639c15151 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= Date: Tue, 4 Feb 2014 21:54:41 -0500 Subject: [PATCH] Move some css outside of the mobile layout --- assets/css/app.css | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/assets/css/app.css b/assets/css/app.css index 3a9eccc..1827df7 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -587,6 +587,18 @@ iframe { max-width: 98%; } +.menu-more li { + font-size: 1.1em; + padding-top: 10px; + padding-bottom: 10px; + border-bottom: 1px dotted #ccc; + list-style-type: none; +} + +.menu-more a { + text-decoration: none; + color: #333; +} /* desktop design */ @media only screen and (min-width: 480px) { @@ -651,17 +663,4 @@ iframe { section li { font-size: 0.85em; } - - .menu-more li { - font-size: 1.1em; - padding-top: 10px; - padding-bottom: 10px; - border-bottom: 1px dotted #ccc; - list-style-type: none; - } - - .menu-more a { - text-decoration: none; - color: #333; - } }