unused category-column css -- doesn't exist
This commit is contained in:
parent
13e18cb038
commit
f0dafb4132
|
@ -322,28 +322,6 @@
|
||||||
// Category list
|
// 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 {
|
.category-list-item {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
|
Loading…
Reference in New Issue