Up the priority on these CSS directives.

This commit is contained in:
Azareal 2019-02-28 20:09:50 +10:00
parent 4aa680c666
commit ec313253ac
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#main {
max-width: none;
max-width: none !important;
}
.colstack_left {
width: 200px;

View File

@ -1,5 +1,5 @@
#main {
max-width: none;
max-width: none !important;
}
#profile_left_lane {
margin-right: 24px;