Several improvements to HTTPServer.

This commit is contained in:
EinMByte 2015-09-17 11:47:16 +02:00
parent 1ec31125b0
commit 17cd149e7f
9 changed files with 254 additions and 55 deletions

View file

@ -1,5 +1,7 @@
html {
body {
font-family: sans-serif;
margin: 0px;
padding: 0px;
}
.header {
@ -41,6 +43,8 @@ h2 {
background: #191818 none repeat scroll 0% 0%;
overflow-y: auto;
display: block;
margin: 0px;
padding: 0px;
}
.menu-heading {