From 15493df62db830a0834a74c240bbb9d8889ae1de Mon Sep 17 00:00:00 2001 From: =?utf8?q?Nicolas=20L=C5=93uillet?= Date: Sun, 11 Aug 2013 19:42:52 +0200 Subject: [PATCH] fixed #114 : minimum & maximum scale removed --- tpl/css/style.css | 7 +------ tpl/layout.twig | 2 +- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/tpl/css/style.css b/tpl/css/style.css index de82a822..e2a512f7 100644 --- a/tpl/css/style.css +++ b/tpl/css/style.css @@ -120,11 +120,6 @@ header h1 { height: 16px; } -#main .entrie .url { - font-size: 13px; -} - - /*** ***/ /*** ARTICLE PAGE ***/ @@ -244,5 +239,5 @@ footer { } .reading-time { - font-size: 13px; + font-size: 0.8em; } \ No newline at end of file diff --git a/tpl/layout.twig b/tpl/layout.twig index 7398d2fb..b86983da 100644 --- a/tpl/layout.twig +++ b/tpl/layout.twig @@ -5,7 +5,7 @@ - + {% block title %}{% endblock %} - poche -- 2.41.0