#282852 by Arancaytar, will_in_wi: remove negative margin on .node in Garland, so nodes do no overlap the messages area on the page
parent
9bd26d2ed0
commit
e3f76e8719
|
@ -659,7 +659,7 @@ ul.secondary li.active a {
|
||||||
*/
|
*/
|
||||||
.node {
|
.node {
|
||||||
border-bottom: 1px solid #e9eff3;
|
border-bottom: 1px solid #e9eff3;
|
||||||
margin: -1.5em -26px 1.5em;
|
margin: 0 -26px 1.5em;
|
||||||
padding: 1.5em 26px;
|
padding: 1.5em 26px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue