diff options
author | Krzysztof Krzyżaniak <eloy@debian.org> | 2006-12-20 10:20:09 +0000 |
---|---|---|
committer | Krzysztof Krzyżaniak <eloy@debian.org> | 2006-12-20 10:20:09 +0000 |
commit | 574c8e2d3c39e36794a5934ffef1a43491016269 (patch) | |
tree | 673b7dac4be9cb94617d4780a3007b6f7eee7249 | |
parent | f40106a8f22791e7138e4f99d2dd714b1a41cbee (diff) | |
download | lighttpd-574c8e2d3c39e36794a5934ffef1a43491016269.tar.gz |
eloy: fixed typo
-rw-r--r-- | debian/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/index.html b/debian/index.html index 7639234..62601c4 100644 --- a/debian/index.html +++ b/debian/index.html @@ -4,7 +4,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Welcome page</title> <style type="text/css" media="screen"> -body { background: #e7e7e7; font-family: Verdana, sans-seriff; font-size: 11pt; } +body { background: #e7e7e7; font-family: Verdana, sans-serif; font-size: 11pt; } #page { background: #ffffff; margin: 50px; border: 2px solid #c0c0c0; padding: 10px; } #header { background: #4b6983; border: 2px solid #7590ae; text-align: center; padding: 10px; color: #ffffff; } #header h1 { color: #ffffff; } |