Skip to content

Commit

Permalink
adaptive/responsive appearance
Browse files Browse the repository at this point in the history
  • Loading branch information
jiann committed Oct 11, 2014
1 parent d65c7e7 commit 47fd27f
Show file tree
Hide file tree
Showing 3 changed files with 486 additions and 400 deletions.
4 changes: 4 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
4.6 (2014-10-11)

- added CSS styles for better adaptive/responsive appearance[jiannst]

4.5.1 (2013-07-21)
=================

Expand Down
5 changes: 5 additions & 0 deletions plumi/skin/theme_resources/rules.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
<!-- Drop the viewport meta tag from Plone -->
<!-- <drop css:content="meta[name=viewport]"/>-->

<!-- Replace viewport meta for better handheld devices -->
<replace content="/html/head/meta[@name='viewport']">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=2.0, minimum-scale=1.0" />
</replace>

<!-- Copy all meta tags -->
<before content="/html/head/meta" css:theme="#css" />

Expand Down
Loading

0 comments on commit 47fd27f

Please sign in to comment.