On RHEL 5, 'file' command prints 'AMD x86-64' for 'x86-64' arch.
[libguestfs.git] / html / pod.css
1 /* CSS to make pod2html files look a little bit better. */
2 @import url("http://et.redhat.com/~rjones/css/standard.css");
3
4 /* Put the index on the right hand side in a floating box. */
5 div[name="index"] {
6     float: right;
7     width: 24em;
8     background-color: white;
9     margin-right: 2em;
10 }
11
12 /* Get rid of those horrible <hr>'s :-( */
13 hr { display: none; }
14
15 /* Demote <h1>'s. */
16 h1 {
17     font-size: 100%;
18     border-bottom: none;
19 }
20
21 h2 {
22     font-size: 120%;
23     border-bottom: none;
24 }