Merge pull request #512 from marc1706/ticket/511

[ticket/511] Do not show <hr> at bottom of prosilver main menu
This commit is contained in:
Marc Alexander
2015-03-19 11:00:58 +01:00

View File

@@ -33,10 +33,8 @@
text-decoration: underline;
}
.portal-navigation tr.menutitle{
font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 12px;
text-decoration: underline;
.portal-navigation hr.dashed:last-child {
display: none;
}
.rtl .portal-navigation .menutitle {