##// END OF EJS Templates
contrib/win32: add simple style sheet
Martin Geisler -
r8441:ca7fa5e5 default
parent child Browse files
Show More
@@ -5,9 +5,25 b''
5 5 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
6 6 <style type="text/css">
7 7 <!--
8 .indented
9 {
10 padding-left: 10pt;
8 html {
9 font-family: sans-serif;
10 margin: 1em 2em;
11 }
12
13 p {
14 margin-top: 0.5em;
15 margin-bottom: 0.5em;
16 }
17
18 pre {
19 margin: 0.25em 0em;
20 padding: 0.5em;
21 background-color: #EEE;
22 border: thin solid #CCC;
23 }
24
25 .indented {
26 padding-left: 10pt;
11 27 }
12 28 -->
13 29 </style>
General Comments 0
You need to be logged in to leave comments. Login now