comparison xsls/style.xsls @ 168:70d8e39bbaa8

Removed workaround for iPhone and iPod touch as it breaks zooming in WebKit-based desktop browsers such as Safari and Chrome.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 02 Nov 2011 13:27:02 +0000
parents 921ab40baff4
children 53dc6d25ec2d
comparison
equal deleted inserted replaced
167:921ab40baff4 168:70d8e39bbaa8
1 X:stylesheet { 1 X:stylesheet {
2 2
3 X:template style (lang) { 3 X:template style (lang) {
4 4
5 <style type="text/css">!{ normalize-space(' 5 <style type="text/css">!{ normalize-space('
6 html { -webkit-text-size-adjust: none; }
7 body { font-family: Georgia, serif; } 6 body { font-family: Georgia, serif; }
8 p { text-align: justify; } 7 p { text-align: justify; }
9 table.news p { margin-top: 0; } 8 table.news p { margin-top: 0; }
10 table.news td { vertical-align: baseline; } 9 table.news td { vertical-align: baseline; }
11 table.news .date { text-align: right; 10 table.news .date { text-align: right;