aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/eth.css
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2006-04-21 02:18:24 +0000
committerUlf Lamping <ulf.lamping@web.de>2006-04-21 02:18:24 +0000
commit73ded54b052d6a434a039a835b5f594116c3d9e7 (patch)
treeddee7654bf4a124c8da3e352afbba3c5b35db524 /docbook/eth.css
parentc717489c7289f389503ecd5ad5cbdb56d0761630 (diff)
use a CSS stylesheet for HTML output. This seems to be the official way to format a sidebar to look different than normal floating text
svn path=/trunk/; revision=17941
Diffstat (limited to 'docbook/eth.css')
-rw-r--r--docbook/eth.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/docbook/eth.css b/docbook/eth.css
new file mode 100644
index 0000000000..3fb57fc987
--- /dev/null
+++ b/docbook/eth.css
@@ -0,0 +1,6 @@
+div.sidebar {
+ background-color: #DDDDDD;
+ border: 1px solid black;
+ margin: 6px;
+ padding: 0px 6px 0px 6px;
+} \ No newline at end of file