Don't overspecify selector

Remove unneeded `div` from selector.

Change-Id: I7f69b8cde8a721d13b2578bac11db2c3dea690f2
This commit is contained in:
Volker E 2019-10-23 15:11:30 -07:00
parent 2f94748938
commit c27700d811
1 changed files with 1 additions and 1 deletions

View File

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