explorer layout inconsistency fixed
This commit is contained in:
parent
6e58c8f274
commit
a5cb8f44dd
1 changed files with 2 additions and 1 deletions
|
@ -88,6 +88,7 @@ div.centercontent h2 {
|
|||
ul {
|
||||
margin-top: 0;
|
||||
margin-bottom: 5px;
|
||||
margin-left: 0;
|
||||
padding-left: 2em;
|
||||
}
|
||||
|
||||
|
@ -129,7 +130,7 @@ div.leftcontent p {
|
|||
}
|
||||
|
||||
div.content {
|
||||
margin: 5px 5px 15px 31%;
|
||||
margin: 5px 5px 15px 31.5%;
|
||||
}
|
||||
|
||||
div.onecolumn {
|
||||
|
|
Loading…
Reference in a new issue