[responsive/portal] Show content of left column in responsive layout

This commit is contained in:
Marc Alexander
2013-11-28 02:41:47 +01:00
parent 614e4170f4
commit c4224fef73

View File

@@ -15,3 +15,8 @@
{
.responsive-portal-news dd.lastpost { display: none !important; }
}
@media only screen and (max-width: 700px), only screen and (max-device-width: 700px)
{
#portal-left ul.topiclist dd { display: block !important; }
}