]> git.aero2k.de Git - dfde-theme.git/commitdiff
SubHeader ausblenden bei weniger als 710 Breite
authoreggy <eggy@localhost>
Sun, 27 Aug 2017 10:58:37 +0000 (12:58 +0200)
committereggy <eggy@localhost>
Sun, 27 Aug 2017 10:58:37 +0000 (12:58 +0200)
theme/common.css
theme/stylesheet.css

index b95f23018ce8a6238c1605725d9cc240c5014a31..dbc3c4b5d1355bc0bc41ec9e8effe1ecee926685 100644 (file)
@@ -253,7 +253,7 @@ margin: 10px 0;
 /* Site description and logo */
 .site-description {
        float: left;
-       width: 65%;
+       /*width: 65%;*/
 }
 
 .site-description h1 {
index 34ffa6f679a84f91d2c6a359eddca656ebeb6042..2ef5da5dd93da85850580c67482f9ef258e490d0 100644 (file)
 @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;