From af1176bf4745b12229d2df4834703d0371c08999 Mon Sep 17 00:00:00 2001 From: echarp Date: Wed, 2 Jul 2014 18:14:53 +0200 Subject: [PATCH] =?UTF-8?q?Largeur=20plus=20petite=20pour=20les=20t=C3=A9l?= =?UTF-8?q?=C3=A9phones=20portables?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/assets/stylesheets/mobile.css.sass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/mobile.css.sass b/app/assets/stylesheets/mobile.css.sass index 923ef16b..85694b34 100644 --- a/app/assets/stylesheets/mobile.css.sass +++ b/app/assets/stylesheets/mobile.css.sass @@ -34,7 +34,7 @@ table tr td border-width: 0px !important -@media all and (max-width: 640px) +@media all and (max-width: 34em) body.events.index table font-size: inherit thead @@ -51,6 +51,6 @@ .day_number float: right ul.events - list-style-position: inside + margin-left: 1em li - list-style-type: circle + list-style-type: disc