Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5e3536b

Browse files
committed
Style fixes
1 parent 53e54b2 commit 5e3536b

1 file changed

Lines changed: 29 additions & 41 deletions

File tree

docs/Readme.html

Lines changed: 29 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -5,51 +5,42 @@
55
<title>mod_xsendfile for Apache2</title>
66
<meta content="Nils Maier" name="author" />
77
<style media="all" type="text/css">
8-
body {
9-
width: 80ex;
8+
html, body {
9+
background: white;
1010
font-family: sans-serif;
11+
padding: 0;
12+
margin: 0;
1113
}
12-
section {
13-
margin-bottom: 2em;
14+
article {
15+
max-width: 900px;
16+
margin: 0px;
17+
margin-left: auto;
18+
margin-right: auto;
19+
padding: 2em;
20+
padding-top: 1ex;
21+
box-shadow: 0px 0px 30px darkgray;
1422
}
1523
h1, h2, h3, h4, h5, h6 {
16-
padding: 0.3em 0.2em 0.3em 0.7em;
17-
color: white;
18-
font-size: larger;
19-
background-color: rgb(85, 118, 151);
20-
margin-bottom: 12pt;
21-
margin-top: 8pt;
22-
}
23-
h1 {
24-
font-size: x-large;
25-
background-color: rgb(64, 88, 113);
26-
}
27-
h3 {
28-
font-size: medium;
29-
background-color: rgb(229, 236, 243);
30-
color: rgb(102, 102, 102);
24+
font-family: "Trebuchet MS","Andale Mono",sans-serif;
25+
text-shadow: 1px 1px 1px lightgray;
3126
}
32-
h4 {
33-
font-size: small;
27+
h1, h2 {
28+
border-bottom: 1px solid black;
3429
}
35-
p, li {
36-
margin-top: 4pt; margin-bottom: 6pt;
37-
}
38-
.code {
30+
pre,
31+
.code,
32+
table.directive {
3933
border: 1px solid gray;
4034
padding: 1ex;
41-
}
42-
table.directive {
4335
text-align: left;
44-
width: 100%;
45-
border: 1px solid black;
46-
border-radius: 6px;
47-
padding: 1ex;
48-
margin: 0;
49-
margin-bottom: 1em;
36+
width: 80%;
5037
}
51-
.checksum {
52-
font-size: x-small;
38+
.table.directive th {
39+
width: 15%;
40+
}
41+
pre {
42+
background-color: #333333;
43+
color: white;
5344
}
5445
.remark {
5546
color: red;
@@ -317,12 +308,9 @@ <h3>Example</h3>
317308

318309
<p><code>.htaccess</code></p>
319310

320-
<p class="code"><code>&lt;Files out.php&gt;<br />
321-
322-
XSendFile on
323-
<br />
324-
325-
&lt;/Files&gt;</code></p>
311+
<pre>&lt;Files out.php&gt;
312+
XSendFile on
313+
&lt;/Files&gt;</pre>
326314

327315
<p><code>out.php</code></p>
328316

0 commit comments

Comments
 (0)