diff options
author | Max Weller <git@max-weller.de> | 2012-05-02 16:59:58 +0200 |
---|---|---|
committer | Max Weller <git@max-weller.de> | 2012-05-02 16:59:58 +0200 |
commit | f0c11cac4a2eb4b7c7ca929b860c067c7fd3839d (patch) | |
tree | 344780da013c11f5428d04dc0993e4010e4a5b15 /view/head.tpl | |
parent | 6875f54647cbbdb66e6d570cbf357a8b83644fad (diff) | |
download | volse-hubzilla-f0c11cac4a2eb4b7c7ca929b860c067c7fd3839d.tar.gz volse-hubzilla-f0c11cac4a2eb4b7c7ca929b860c067c7fd3839d.tar.bz2 volse-hubzilla-f0c11cac4a2eb4b7c7ca929b860c067c7fd3839d.zip |
Moved Meta Viewport from global head.tpl to diabook's header
I mistakenly added this <meta> tag to the global header, but it
causes problems for other themes, as they have other optimal widths.
I also added a style to diabook which makes the jGrowl messages
appear below the header bar, so you can still click the menu items
without having to close messages first.
Diffstat (limited to 'view/head.tpl')
-rw-r--r-- | view/head.tpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/view/head.tpl b/view/head.tpl index 7b1541242..7638e56ca 100644 --- a/view/head.tpl +++ b/view/head.tpl @@ -6,7 +6,6 @@ <link rel="stylesheet" href="$baseurl/library/jgrowl/jquery.jgrowl.css" type="text/css" media="screen" /> <link rel="stylesheet" type="text/css" href="$stylesheet" media="all" /> -<meta name="viewport" content="width=800, initial-scale=1, maximum-scale=3" /> <link rel="shortcut icon" href="$baseurl/images/friendica-32.png" /> <link rel="search" |