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