impressum: hide impressum footer in minimal mode #291

Merged
fabrixxm merged 1 commit from master into master 2015-08-04 13:51:17 +02:00
Showing only changes of commit 81fd441a6c - Show all commits

impressum: hide impressum in minimal mode

fabrixxm 2015-08-04 11:55:00 +02:00

View file

@ -2,3 +2,4 @@
padding-top: 15px; padding-top: 15px;
font-size: 0.8em; font-size: 0.8em;
} }
.minimal #impressum_footer { display: none; }