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

gleichschaltung der medien

This commit is contained in:
Thorsten S
2017-08-27 12:05:03 +02:00
parent 7f4bfb8309
commit f165f45ca7
3 changed files with 4 additions and 4 deletions

View File

@@ -962,7 +962,7 @@ li.breadcrumbs span:first-child > a {
/** /**
* responsive.css * responsive.css
*/ */
@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) @media only screen and (max-width: 680px), only screen and (max-device-width: 680px)
{ {
/* .topiclist lists /* .topiclist lists
----------------------------------------*/ ----------------------------------------*/

View File

@@ -118,7 +118,7 @@
} }
} }
@media (max-width: 700px) { @media (max-width: 680px) {
.responsive-hide { display: none !important; } .responsive-hide { display: none !important; }
.responsive-show { display: block !important; } .responsive-show { display: block !important; }
.responsive-show-inline { display: inline !important; } .responsive-show-inline { display: inline !important; }
@@ -552,7 +552,7 @@
} }
} }
@media (min-width: 700px) { @media (min-width: 680px) {
.postbody { width: 70%; } .postbody { width: 70%; }
} }

View File

@@ -123,7 +123,7 @@ overflow:hidden;
@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) @media only screen and (max-width: 680px), only screen and (max-device-width: 680px)
{ {
.debianforumde-sidebar { .debianforumde-sidebar {