Changeset - ed3fc5a5f4e8
[Not reviewed]
default
0 1 0
domruf - 9 years ago 2016-10-29 13:45:07
dominikruf@gmail.com
templates: add viewport meta element so small devices react to the responsive design
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
kallithea/templates/base/root.html
Show inline comments
 
@@ -5,6 +5,7 @@
 
        <title><%block name="title"/><%block name="branding_title"/></title>
 
        <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
 
        <meta name="robots" content="index, nofollow"/>
 
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
 
        <link rel="icon" href="${h.url('/images/favicon.ico')}" type="image/x-icon" />
 

	
 
        ## CSS ###
0 comments (0 inline, 0 general)