summaryrefslogtreecommitdiff
path: root/doc/newstyle.css
diff options
context:
space:
mode:
authorstbuehler <stbuehler@152afb58-edef-0310-8abb-c4023f1b3aa9>2015-09-18 15:15:18 +0000
committerstbuehler <stbuehler@152afb58-edef-0310-8abb-c4023f1b3aa9>2015-09-18 15:15:18 +0000
commit8b2630a82fbecfd57fa38aebb397a755936690e5 (patch)
treea9cfcd7bb5bea87d63fc8ef81c8456a130a249bc /doc/newstyle.css
parente57c8295ebe92b58ca3e68fa8ea8f70d4b0b4cee (diff)
downloadlighttpd-master.tar.gz
add README to point to lighttpd-1.4.x as stableHEADmaster
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@3041 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'doc/newstyle.css')
-rw-r--r--doc/newstyle.css49
1 files changed, 0 insertions, 49 deletions
diff --git a/doc/newstyle.css b/doc/newstyle.css
deleted file mode 100644
index 26f91d37..00000000
--- a/doc/newstyle.css
+++ /dev/null
@@ -1,49 +0,0 @@
-body {
- background-color: #F5F5F5;
-}
-a, a:active {
- text-decoration: none;
- color: blue;
-}
-a:visited {
- color: #48468F;
-}
-a:hover, a:focus {
- text-decoration: underline;
- color: red;
-}
-h2 {
- margin-bottom: 12px;
-}
-table {
- margin-left: 12px;
-}
-th, td {
- font-family: "Courier New", Courier, monospace;
- font-size: 10pt;
- text-align: left;
-}
-th {
- font-weight: bold;
- padding-right: 14px;
- padding-bottom: 3px;
-}
-td {
- padding-right: 14px;
-}
-td.s, th.s {
- text-align: right;
-}
-div.list {
- background-color: white;
- border-top: 1px solid #646464;
- border-bottom: 1px solid #646464;
- padding-top: 10px;
- padding-bottom: 14px;
-}
-div.foot {
- font-family: "Courier New", Courier, monospace;
- font-size: 10pt;
- color: #787878;
- padding-top: 4px;
-}