From d91787589bfd7541a99032cc23243165dc1572c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Fri, 9 Aug 2013 08:25:16 +0200 Subject: fix #113 - reading time --- tpl/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tpl/css/style.css') diff --git a/tpl/css/style.css b/tpl/css/style.css index d23c1896..de82a822 100644 --- a/tpl/css/style.css +++ b/tpl/css/style.css @@ -241,4 +241,8 @@ a, a:hover, a:visited { footer { clear: both; +} + +.reading-time { + font-size: 13px; } \ No newline at end of file -- cgit v1.2.3 From 15493df62db830a0834a74c240bbb9d8889ae1de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Sun, 11 Aug 2013 19:42:52 +0200 Subject: fixed #114 : minimum & maximum scale removed --- tpl/css/style.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'tpl/css/style.css') 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 -- cgit v1.2.3