clean up unused category page CSS

This commit is contained in:
Jeff Atwood 2015-01-06 14:15:05 -08:00
parent 704ac91a22
commit a398f356ae
1 changed files with 0 additions and 22 deletions

View File

@ -183,19 +183,6 @@
background-color: $secondary; background-color: $secondary;
} }
} }
th .toggle-admin {
position: absolute;
padding: 3px 8px;
font-size: 0.857em;
right: -35px;
top: 4px;
}
th.latest, td.latest {
padding-left: 12px;
}
th.num {
width: 45px;
}
th.stats { th.stats {
width: 90px; width: 90px;
} }
@ -212,7 +199,6 @@
} }
} }
.category{ .category{
position: relative;
width: 45%; width: 45%;
h3 { h3 {
@ -228,20 +214,12 @@
.subcategories { .subcategories {
margin-top: 10px; margin-top: 10px;
} }
.featured-users {
float: right;
margin-right: 13px;
}
.category-description { .category-description {
margin-top: 10px; margin-top: 10px;
} }
.clear-badge { .clear-badge {
color: $primary; color: $primary;
} }
.badge-category.bigger {
padding: 6px 10px;
font-size: 1em;
}
} }
.featured-topic { .featured-topic {