/**
* 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
----------------------------------------*/
}
}
-@media (max-width: 700px) {
+@media (max-width: 680px) {
.responsive-hide { display: none !important; }
.responsive-show { display: block !important; }
.responsive-show-inline { display: inline !important; }
}
}
-@media (min-width: 700px) {
+@media (min-width: 680px) {
.postbody { width: 70%; }
}
-@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 {