From 845c5dfe6adbb7a97a13f64f8c00939d5bba43de Mon Sep 17 00:00:00 2001 From: rainwater Date: Mon, 2 Sep 2002 18:04:50 +0000 Subject: [PATCH] New doc format (incomplete) git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@872 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/style.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Docs/style.css diff --git a/Docs/style.css b/Docs/style.css new file mode 100644 index 00000000..92370fa0 --- /dev/null +++ b/Docs/style.css @@ -0,0 +1,18 @@ +body { + font-family: Verdana,Arial,Tahoma; + font-size: 11px; +} +pre { + font-family: Courier New; + background-color: #E9E9E9; + padding: 1px; +} +a,a:visisted { + color: #0000EA; + text-decoration: underline; +} +a:hover { + background-color: #0000EA; + color: #FFFFFF; + text-decoration: none; +} \ No newline at end of file