removed unnecessary css definitions (previous fixes for BS2), and fixed category width on mobile screens

This commit is contained in:
psychobunny
2013-08-27 04:42:04 +08:00
parent fe89f1f096
commit 49fc87e295

View File

@@ -51,6 +51,11 @@
}
.topic-row {
&.col-md-12 {
margin-right: 11px;
}
border-radius: 5px;
padding: 5px 5px 5px 20px;
border: 1px solid rgba(0, 0, 0, 0.2);
@@ -84,18 +89,10 @@
margin-right: 6px;
}
@media (max-width: 979px)
{
width: 100%;
}
}
}
@media (max-width: 979px)
{
width: 100%;
margin-left: 0px;
}
}