From 861ebfb1da5638e57692e23c3df7843a11421de0 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Wed, 14 Apr 2004 23:27:22 +0000 Subject: [PATCH] initial checkin git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1456 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- util-vserver/doc/configuration.css | 43 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 util-vserver/doc/configuration.css diff --git a/util-vserver/doc/configuration.css b/util-vserver/doc/configuration.css new file mode 100644 index 0000000..b602935 --- /dev/null +++ b/util-vserver/doc/configuration.css @@ -0,0 +1,43 @@ +body { + font-size: 12pt; + background-color: white; + margin: 0px; +} + +span.directory { + //text-decoration: underline; +} + + +span.symlink:after { + content: " [symlink]"; + font-size: 8pt; + font-style: normal; +} + +span.symlink { + text-decoration: none; + font-style: italic; +} + +span.script:after { + content: " [script]"; + font-size: 8pt; + font-style: normal; +} + +span.script { + color: gray; +} + +span.symbolic:before { content: "<"; } +span.symbolic:after { content: ">"; } + +span.symbolic { + font-style: italic; + text-decoration: none; +} + +span.description { + background-color: #ffffdd; +} -- 1.8.1.5