From f165f45ca704d04aaee427831d3f2f14112ecec0 Mon Sep 17 00:00:00 2001 From: Thorsten S Date: Sun, 27 Aug 2017 12:05:03 +0200 Subject: [PATCH] gleichschaltung der medien --- theme/bidi.css | 2 +- theme/responsive.css | 4 ++-- theme/stylesheet.css | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/theme/bidi.css b/theme/bidi.css index 70cfb83..0ee371b 100644 --- a/theme/bidi.css +++ b/theme/bidi.css @@ -962,7 +962,7 @@ li.breadcrumbs span:first-child > a { /** * 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 ----------------------------------------*/ diff --git a/theme/responsive.css b/theme/responsive.css index 76033a5..4a8991f 100644 --- a/theme/responsive.css +++ b/theme/responsive.css @@ -118,7 +118,7 @@ } } -@media (max-width: 700px) { +@media (max-width: 680px) { .responsive-hide { display: none !important; } .responsive-show { display: block !important; } .responsive-show-inline { display: inline !important; } @@ -552,7 +552,7 @@ } } -@media (min-width: 700px) { +@media (min-width: 680px) { .postbody { width: 70%; } } diff --git a/theme/stylesheet.css b/theme/stylesheet.css index b5ce239..34ffa6f 100644 --- a/theme/stylesheet.css +++ b/theme/stylesheet.css @@ -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 { -- 2.39.2