unused category-column css -- doesn't exist

This commit is contained in:
Jeff Atwood 2014-05-23 01:51:52 -07:00
parent 13e18cb038
commit f0dafb4132
1 changed files with 0 additions and 22 deletions

View File

@ -322,28 +322,6 @@
// Category list
// --------------------------------------------------
.category-column {
float: left;
width: 550px;
&.first {
margin-right: 10px;
}
}
@include medium-width {
.category-column {
width: 493px;
&.first {
margin-right: 9px;
}
}
}
@include small-width {
.category-column {
width: 470px;
}
}
.category-list-item {
margin-bottom: 10px;