aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-08-11 19:42:52 +0200
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-08-11 19:42:52 +0200
commit15493df62db830a0834a74c240bbb9d8889ae1de (patch)
treefc3cdb9f2c7659c2d6a1bfe04a34d2430629612c /tpl
parent82051a6a6a51cb247e1402d4649178a767cd81b1 (diff)
downloadwallabag-15493df62db830a0834a74c240bbb9d8889ae1de.tar.gz
wallabag-15493df62db830a0834a74c240bbb9d8889ae1de.tar.zst
wallabag-15493df62db830a0834a74c240bbb9d8889ae1de.zip
fixed #114 : minimum & maximum scale removed
Diffstat (limited to 'tpl')
-rw-r--r--tpl/css/style.css7
-rw-r--r--tpl/layout.twig2
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>