1
0
mirror of http://aero2k.de/repos/dfde-theme.git synced 2017-09-06 15:25:40 +02:00

SubHeader ausblenden bei weniger als 710 Breite

This commit is contained in:
eggy
2017-08-27 12:58:37 +02:00
parent 6507dca35a
commit 65975f0946
2 changed files with 11 additions and 1 deletions

View File

@@ -23,6 +23,16 @@
@import url("debianforum.css?v=3.2");
@media only screen and (max-width: 710px) {
#dfdeSubHeader {
font-size:0;
}
*/
#debianforum-contact-icons {
background-color: "#ff0000";
display: block;