Skip to content

Commit

Permalink
Merge pull request #407 from plone/polyester-mobilefriendly
Browse files Browse the repository at this point in the history
Update image_view_fullscreen.pt for mobile friendliness
  • Loading branch information
vangheem committed Mar 28, 2015
2 parents f17e599 + c58a4c7 commit 9b22522
Showing 1 changed file with 3 additions and 2 deletions.
Expand Up @@ -5,7 +5,7 @@
xmlns:i18n="http://xml.zope.org/namespaces/i18n"
lang="en"
i18n:domain="plone">

<meta name="viewport" content="width=device-width; initial-scale=0.6666; maximum-scale=1.0; minimum-scale=0.6666" />
<head>

<metal:block tal:define="dummy python:request.RESPONSE.setHeader('Content-Type', 'text/html;;charset=utf-8')" />
Expand All @@ -19,7 +19,7 @@
background-color: white;
color: black;
font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
font-size: 69%;
font-size: 90%;
}

a {
Expand All @@ -33,6 +33,7 @@
img {
border: 0px;
padding: 5px;
max-width: 100%; height: auto;
}

#content-core {
Expand Down

0 comments on commit 9b22522

Please sign in to comment.