From 35c8667930e9fe755b44adb5dc278f725d2e100f Mon Sep 17 00:00:00 2001 From: hjp Date: Mon, 15 Jan 2007 16:32:34 +0000 Subject: [PATCH] Added CSS file to repository --- doc/doc.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 doc/doc.css diff --git a/doc/doc.css b/doc/doc.css new file mode 100644 index 0000000..9095707 --- /dev/null +++ b/doc/doc.css @@ -0,0 +1,15 @@ +div.section { + margin-left: 2em; + max-width: 40em; + border-left-style: solid; + border-width: 1px; + background-color: #FFF; +} + +h2 { + background-color: #CCC; +} + +h3 { + background-color: #CCC; +}