Merge "Don't overspecify selector"

This commit is contained in:
jenkins-bot 2019-10-24 17:13:11 +00:00 committed by Gerrit Code Review
commit 0e2f5de63c
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ body {
} }
/* Hide empty portlets */ /* Hide empty portlets */
div.emptyPortlet { .emptyPortlet {
display: none; display: none;
} }