rst.css
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sat, 23 Jul 2011 14:06:15 +0300
changeset 916 f96040b5d018
parent 904 29eccddc0c22
child 952 510d668d5e4c
permissions -rwxr-xr-x
Reindent code

body, frameset { background-color: ivory; }
body { padding: 0 10% 0 10%; }
a { text-decoration:none; }
a:link { color: brown; }
a:visited { color: IndianRed; }
a:hover { background: beige; border-radius: 10px; padding: 1px; }
p { text-indent: 2em; }
p:first-letter { font-weight: bold; }
.literal-block {padding-left: 4em;}