comparison xsls/style.xsls @ 93:9151d4344e65

Added required attribute "type" for the <style> element.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 14 Oct 2011 11:05:46 +0000
parents c007b57d617c
children d3e240f7157c
comparison
equal deleted inserted replaced
92:4b0182b7b1e5 93:9151d4344e65
1 X:stylesheet { 1 X:stylesheet {
2 2
3 X:template style (lang) { 3 X:template style (lang) {
4 4
5 <style>!{ normalize-space(' 5 <style type="text/css">!{ normalize-space('
6 html {-webkit-text-size-adjust: none} 6 html {-webkit-text-size-adjust: none}
7 body { font-family: Georgia, serif; } 7 body { font-family: Georgia, serif; }
8 p { text-align: justify; } 8 p { text-align: justify; }
9 div.directive { background: #EEEEEE; 9 div.directive { background: #EEEEEE;
10 padding: 10pt 10pt 10pt 20pt; } 10 padding: 10pt 10pt 10pt 20pt; }