Revision 384:f5f74732f52a,
683 bytes
checked in by kozlika, 14 years ago
(diff) |
Ductile bugfix: zoom and resize with landscape orientation works now.
|
Rev | Line | |
---|
[354] | 1 | <!-- media queries --> |
---|
[384] | 2 | <meta name="viewport" content="width=device-width" /> |
---|
[354] | 3 | <!--[if lt IE 9]> |
---|
| 4 | <script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script> |
---|
| 5 | <![endif]--> |
---|
| 6 | |
---|
| 7 | <style type="text/css" media="screen"> |
---|
| 8 | @import url({{tpl:BlogThemeURL}}/style.css); |
---|
| 9 | </style> |
---|
| 10 | <style type="text/css" media="print"> |
---|
| 11 | @import url({{tpl:BlogThemeURL}}/../default/print.css); |
---|
| 12 | </style> |
---|
| 13 | |
---|
| 14 | <script type="text/javascript" src="{{tpl:BlogThemeURL}}/../default/js/jquery.js"></script> |
---|
| 15 | <script type="text/javascript" src="{{tpl:BlogThemeURL}}/../default/js/jquery.cookie.js"></script> |
---|
| 16 | |
---|
| 17 | {{tpl:include src="user_head.html"}} |
---|
| 18 | {{tpl:SysBehavior behavior="publicHeadContent"}} |
---|
Note: See
TracBrowser
for help on using the repository browser.