[responsive/portal] Fix incorrect margins in center column

This commit is contained in:
Marc Alexander
2013-12-02 14:12:15 +01:00
parent 8c031b6c0d
commit e4ae9cf436
5 changed files with 8 additions and 4 deletions

View File

@@ -126,6 +126,10 @@ span.portal-corners-top-inner, span.portal-corners-bottom-inner{
margin-bottom: 4px;
}
.portal-no-margin {
margin: 0;
}
/* RTL language fixes */
.rtl .portal-navigation ul li a{
background-image: url("./images/portal/arrowbullet_rtl.gif");