]> git.saurik.com Git - redis.git/blame - doc/style.css
Merge remote branch 'pietern/networking-perf'
[redis.git] / doc / style.css
CommitLineData
ed9b544e 1body {
2 font-family: 'Verdana';
3 width:800px;
4}
5
6a {
7 text-decoration: none;
8}
9
10h1, h2, h3, h4, h5 {
11 color: #333;
12}
13
14h1 {
15 font-size: 20px;
16}
17
18.codeblock {
19 color: darkgreen;
20 padding:5px;
21}
22
23h1.wikiname {
24 color: #f55000;
25}