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

@@ -253,7 +253,7 @@ margin: 10px 0;
/* Site description and logo */ /* Site description and logo */
.site-description { .site-description {
float: left; float: left;
width: 65%; /*width: 65%;*/
} }
.site-description h1 { .site-description h1 {

View File

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