1 /* CSS to make pod2html files look a little bit better. */
2 @import url("http://people.redhat.com/~rjones/css/standard.css");
4 /* Put the index on the right hand side in a floating box. */
8 border-left: 1px solid #f0f0f0;
9 background-color: #fcfcfc;
18 div[name="index"] a[href] {
19 text-decoration: none;
22 div[name="index"] a[href]:hover {
23 text-decoration: underline;
26 div[name="index"] a[href]:before {
32 div[name="index"] > ul {
41 div[name="index"] > ul > li {
45 div[name="index"] > ul ul {
55 div[name="index"] > ul > ul li {
61 div[name="index"] > ul > ul li:after {
67 /* Get rid of those horrible <hr>'s :-( */
70 /* Demote <h1>'s and set rest of headers relative. */
73 border-bottom: solid 1px black;