aboutsummaryrefslogtreecommitdiffstats
path: root/trio/html/trio.css
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2010-03-05 22:33:03 +0100
committerMatthias Andree <matthias.andree@gmx.de>2010-03-05 22:33:03 +0100
commitc116e68a05e2feb9a0c8e735aab097ef5ea1dfb3 (patch)
treed85dbf0c490ac94e33a1f7100ce7c62a2cce2011 /trio/html/trio.css
parentbf62e6236f6c82871e493b65d56c1fe7680f74ad (diff)
downloadfetchmail-c116e68a05e2feb9a0c8e735aab097ef5ea1dfb3.tar.gz
fetchmail-c116e68a05e2feb9a0c8e735aab097ef5ea1dfb3.tar.bz2
fetchmail-c116e68a05e2feb9a0c8e735aab097ef5ea1dfb3.zip
Drop outdated documentation. Can be regenerated with Doxygen.
Diffstat (limited to 'trio/html/trio.css')
-rw-r--r--trio/html/trio.css35
1 files changed, 0 insertions, 35 deletions
diff --git a/trio/html/trio.css b/trio/html/trio.css
deleted file mode 100644
index 1b3a9926..00000000
--- a/trio/html/trio.css
+++ /dev/null
@@ -1,35 +0,0 @@
-/* HTML tags */
-
-BODY {
- background-color: white;
- color: darkblue;
-}
-
-TD { color: darkblue; }
-
-H1 { text-align: center; }
-
-H3 { font-style: italic; }
-
-HR {
- width: 85%;
- align: center;
-}
-
-.copyright { color: darkblue; }
-
-/* Links */
-
-:link { color: blue; }
-
-:visited { color: purple; }
-
-:active { color: red; }
-
-.el:link { font-style: italic; }
-
-/* Examples */
-
-DIV.fragment {
- color: maroon;
-}