#282852 by Arancaytar, will_in_wi: remove negative margin on .node in Garland, so nodes do no overlap the messages area on the page

6.x
Gábor Hojtsy 2009-04-27 14:20:53 +00:00
parent 9bd26d2ed0
commit e3f76e8719
1 changed files with 1 additions and 1 deletions

View File

@ -659,7 +659,7 @@ ul.secondary li.active a {
*/
.node {
border-bottom: 1px solid #e9eff3;
margin: -1.5em -26px 1.5em;
margin: 0 -26px 1.5em;
padding: 1.5em 26px;
}