fix left margin on tablet portrait w/topic + list

This commit is contained in:
Jeff Atwood 2015-01-25 23:45:32 -08:00
parent f22809c067
commit 8ef2a111a0
1 changed files with 9 additions and 3 deletions

View File

@ -323,6 +323,15 @@ button.dismiss-read {
@media all
and (max-width : 850px) {
// add some left padding to topics otherwise everything is 100% flush
// with left edge in portrait tablet, which looks awful
#topic-title {
padding-left: 10px;
}
.container.posts {
padding-left: 10px;
}
.nav-pills {
> li > a {
font-size: 1em;
@ -351,9 +360,6 @@ and (max-width : 850px) {
.categories td.category {
padding-left: 10px;
}
td:first-of-type {
padding: 0;
}
th:first-of-type {
padding: 12px 5px;
}