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:
Lightforger
2013-03-19 16:09:05 +01:00
parent 7d9020c3c7
commit cfef315121

View File

@@ -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 {