From ea05442d71b9830398ebdca8d8c8a4c7d82133b1 Mon Sep 17 00:00:00 2001 From: John Finlay Date: Sun, 13 Aug 2006 00:31:49 +0000 Subject: Add reference to installed pygobject docs Add install of style.css Define * pygobject-2.0.pc.in: Add reference to installed pygobject docs * docs/Makefile.am: Add install of style.css * docs/xsl/html.xsl: Define stylesheet as style.css * docs/style.css: Add. --- docs/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docs/style.css (limited to 'docs/style.css') diff --git a/docs/style.css b/docs/style.css new file mode 100644 index 0000000..59abc74 --- /dev/null +++ b/docs/style.css @@ -0,0 +1,10 @@ +.programlisting { +font: monospace; +background-color: #E0E0E0; +padding: 5; +} + +pre.synopsis { +background-color: #E0E0E0; +padding: 5; +} -- cgit