summaryrefslogtreecommitdiffstats
path: root/docs/style.css
diff options
context:
space:
mode:
authorJohn Finlay <finlay@src.gnome.org>2006-08-13 00:31:49 +0000
committerJohn Finlay <finlay@src.gnome.org>2006-08-13 00:31:49 +0000
commitea05442d71b9830398ebdca8d8c8a4c7d82133b1 (patch)
treeb03073da092c808b186b50b0516e21ede4461d44 /docs/style.css
parent4246765f4c9ea58a70b1e34d787bd55223407546 (diff)
downloadpygobject-ea05442d71b9830398ebdca8d8c8a4c7d82133b1.tar.gz
pygobject-ea05442d71b9830398ebdca8d8c8a4c7d82133b1.tar.xz
pygobject-ea05442d71b9830398ebdca8d8c8a4c7d82133b1.zip
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.
Diffstat (limited to 'docs/style.css')
-rw-r--r--docs/style.css10
1 files changed, 10 insertions, 0 deletions
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;
+}