Skip to content

Commit ab2c077

Browse files
author
Bernd Fallert
committed
show meta label if title is empty
1 parent fd09633 commit ab2c077

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Resources/Private/Less/ubma/ubma.less

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,10 @@ body.dfgviewer {
871871
}
872872
}
873873

874-
874+
// Inhaltsverzeichnis anzeige von leeren Metatags wenn kein titel eingetragen ist.
875+
ul.toc ul li .meta-type-icon.show {
876+
display: inline;
877+
}
875878

876879
@media screen and (min-width: 1024px) {
877880
.control-bar {

0 commit comments

Comments
 (0)