Tweaks to classic theme css to hide navbar and logo, now they're residing

in the side panel; iframe size tweaks.
This commit is contained in:
z3d
2009-07-07 15:17:31 +00:00
parent 19ccdcd951
commit d280d7a389

View File

@ -29,16 +29,18 @@ div.logo {
margin: 0em;
padding: .5em;
text-align: center;
display: none !important;
}
div.toolbar {
margin: 0em 0em 2em 0em;
font-weight: bold;
display: none !important;
}
div.routersummaryouter {
float: left;
width: 215px;
width: 200px;
margin: 0;
padding: 0;
border: 0;
@ -48,7 +50,7 @@ div.routersummaryouter {
div.routersummary {
background-color: #fafaff;
width: 195px;
width: 200px;
color: inherit;
margin: 0em;
padding: 5px;