comparison xsls/style.xsls @ 71:c007b57d617c

The first line indentation in a paragraph which is used in Russian typographics isn't common for other languages. In HTML, even with Russian contents, paragraphs are usually separated with a vertical interval without the first line indentation. We will be following this convention as well.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 10 Oct 2011 08:23:43 +0000
parents 9d3403f5204d
children 9151d4344e65
comparison
equal deleted inserted replaced
70:272d99af0c15 71:c007b57d617c
4 4
5 <style>!{ normalize-space(' 5 <style>!{ 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 p { text-indent: 20pt; }
10 p.noindent { text-indent: 0pt; }
11 div.directive { background: #EEEEEE; 9 div.directive { background: #EEEEEE;
12 padding: 10pt 10pt 10pt 20pt; } 10 padding: 10pt 10pt 10pt 20pt; }
13 span.initial { font-size: 200%; 11 span.initial { font-size: 200%;
14 float: left; padding-right: 10pt;} 12 float: left; padding-right: 10pt;}
15 li { text-align: justify; } 13 li { text-align: justify; }