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