Up the priority on these CSS directives.
This commit is contained in:
parent
4aa680c666
commit
ec313253ac
|
@ -1,5 +1,5 @@
|
|||
#main {
|
||||
max-width: none;
|
||||
max-width: none !important;
|
||||
}
|
||||
.colstack_left {
|
||||
width: 200px;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#main {
|
||||
max-width: none;
|
||||
max-width: none !important;
|
||||
}
|
||||
#profile_left_lane {
|
||||
margin-right: 24px;
|
||||
|
|
Loading…
Reference in New Issue