diff options
-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; } |