[ticket/232] Use class for clear both <br>

B3P-232
This commit is contained in:
Marc Alexander
2014-04-06 21:26:24 +02:00
parent a415941829
commit ac11640938
2 changed files with 6 additions and 2 deletions

View File

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