diff options
-rw-r--r-- | tpl/css/style.css | 7 | ||||
-rw-r--r-- | 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 { | |||
120 | height: 16px; | 120 | height: 16px; |
121 | } | 121 | } |
122 | 122 | ||
123 | #main .entrie .url { | ||
124 | font-size: 13px; | ||
125 | } | ||
126 | |||
127 | |||
128 | /*** ***/ | 123 | /*** ***/ |
129 | /*** ARTICLE PAGE ***/ | 124 | /*** ARTICLE PAGE ***/ |
130 | 125 | ||
@@ -244,5 +239,5 @@ footer { | |||
244 | } | 239 | } |
245 | 240 | ||
246 | .reading-time { | 241 | .reading-time { |
247 | font-size: 13px; | 242 | font-size: 0.8em; |
248 | } \ No newline at end of file | 243 | } \ 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 @@ | |||
5 | <!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]--> | 5 | <!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]--> |
6 | <html> | 6 | <html> |
7 | <head> | 7 | <head> |
8 | <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0"> | 8 | <meta name="viewport" content="initial-scale=1.0"> |
9 | <meta charset="utf-8"> | 9 | <meta charset="utf-8"> |
10 | <meta http-equiv="X-UA-Compatible" content="IE=10"> | 10 | <meta http-equiv="X-UA-Compatible" content="IE=10"> |
11 | <title>{% block title %}{% endblock %} - poche</title> | 11 | <title>{% block title %}{% endblock %} - poche</title> |