htmlreport: allow content to be wider and reduce height of menu box. If we need STILL more width for the content box, the scroll bar is added as fallback anyway.

This commit is contained in:
Matthias Krüger 2013-10-13 00:56:43 +02:00
parent df88acb04d
commit ab3f866911
1 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ body {
text-align: left;
float: left;
width: 100px;
height: 300px;
height: auto;
}
#menu > a {
@ -61,7 +61,7 @@ body {
#content {
float: left;
width: 720px;
width: 80%;
margin: 5px;
padding: 0 10px 10px 10px;
border-left: thin solid #aaa;