summaryrefslogtreecommitdiffstats
path: root/html
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2009-04-09 16:48:46 +0100
committerRichard Jones <rjones@redhat.com>2009-04-09 16:48:46 +0100
commit233595cc4e3c3422a5f5d8aec3314029da3f0ec7 (patch)
treec13d144c7a0b47ded862f37617d76660c865ac8c /html
parente7eca50046e9a69dac27c0bee832af0a3014e02c (diff)
downloadlibguestfs-233595cc4e3c3422a5f5d8aec3314029da3f0ec7.tar.gz
libguestfs-233595cc4e3c3422a5f5d8aec3314029da3f0ec7.tar.xz
libguestfs-233595cc4e3c3422a5f5d8aec3314029da3f0ec7.zip
Generate webpages.
Diffstat (limited to 'html')
-rw-r--r--html/pod.css24
1 files changed, 24 insertions, 0 deletions
diff --git a/html/pod.css b/html/pod.css
new file mode 100644
index 00000000..9a0b4b58
--- /dev/null
+++ b/html/pod.css
@@ -0,0 +1,24 @@
+/* CSS to make pod2html files look a little bit better. */
+@import url("http://et.redhat.com/~rjones/css/standard.css");
+
+/* Put the index on the right hand side in a floating box. */
+div[name="index"] {
+ float: right;
+ width: 24em;
+ background-color: white;
+ margin-right: 2em;
+}
+
+/* Get rid of those horrible <hr>'s :-( */
+hr { display: none; }
+
+/* Demote <h1>'s. */
+h1 {
+ font-size: 100%;
+ border-bottom: none;
+}
+
+h2 {
+ font-size: 120%;
+ border-bottom: none;
+}