set widths on table cells

This commit is contained in:
scossar 2015-09-11 11:28:18 -07:00
parent 62cc029886
commit e5ade5a761
1 changed files with 23 additions and 0 deletions

View File

@ -110,6 +110,29 @@
// Category list
// --------------------------------------------------
.categories-list .list-container {
margin-left: -10px; // Extend past the .wrap padding to the edge of the window
}
.category-list-item.category {
// Allow percentage widths on table cells to include their padding
box-sizing: border-box;
*, *:before, *:after {
box-sizing: inherit;
}
.main-link {
width: 80%;
}
.posts {
width: 10%;
}
.age {
width: 10%;
}
}
tr.category-topic-link {
border-top: darken($secondary, 3%) 1px solid;