fixes #968
Overrides the margin set #content in "/common/main_layout.css" This needs to be done for every page that has #content and no sidebar.
This commit is contained in:
@@ -35,6 +35,11 @@ div#c-pools {
|
|||||||
span.inactive {
|
span.inactive {
|
||||||
color: #AAA;
|
color: #AAA;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#content {
|
||||||
|
margin-left: 0;
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
div#c-pool-orders {
|
div#c-pool-orders {
|
||||||
|
|||||||
Reference in New Issue
Block a user