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:
@@ -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 {
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user