diff options
author | Gerald Carter <jerry@samba.org> | 2003-10-10 16:21:39 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-10-10 16:21:39 +0000 |
commit | 510064b14e8fddafe615f8c707023fcc3f84f094 (patch) | |
tree | 3996016a2dbb315f4e3815c3ea1b168448bc7b70 /docs/htmldocs/samba.css | |
parent | 6cd6f508aa12468950d68567000db33651192a22 (diff) | |
download | samba-510064b14e8fddafe615f8c707023fcc3f84f094.tar.gz samba-510064b14e8fddafe615f8c707023fcc3f84f094.tar.bz2 samba-510064b14e8fddafe615f8c707023fcc3f84f094.zip |
removing docs from HEAD
(This used to be commit 820903ef5a062b4b9824c33ee035c68a39c8eeb0)
Diffstat (limited to 'docs/htmldocs/samba.css')
-rw-r--r-- | docs/htmldocs/samba.css | 80 |
1 files changed, 0 insertions, 80 deletions
diff --git a/docs/htmldocs/samba.css b/docs/htmldocs/samba.css deleted file mode 100644 index 3d926e8e74..0000000000 --- a/docs/htmldocs/samba.css +++ /dev/null @@ -1,80 +0,0 @@ -BODY { - font-family: helvetica, arial, lucida sans, sans-serif; - background-color: white; -} - -H1, H2, H3 { - color: blue; - font-size: 120%; - padding: 2px; - margin-top: 0px; -} - -H1 { - background-color: #EEEEFF; - color: blue; -} - -H2 { - background-color: #DDDDFF; - color: blue; -} - -H3 { - background-color: #CCCCFF; - color: blue; -} - -H4 { - color: blue; -} - -TR.qandadiv TD { - padding-top: 1em; -} - -DIV.navhead { - font-size: 80%; -} - -A:link { - color: #36F; -} - -A:visited { - color: #96C; -} - -A:active { - color: #F63; -} - -TR.question { - color: #33C; - font-weight: bold; -} - -TR.question TD { - padding-top: 1em; -} - -DIV.variablelist { - padding-left: 2em; - color: #33C; -} - -P { - color: black; -} - -DIV.note, DIV.warning, DIV.caution, DIV.tip, DIV.important { - border: dashed 1px; - background-color: #EEEEFF; - width: 40em; -} - -PRE.programlisting, PRE.screen { - border: #630 1px dashed; - color: #630; -} - |