Merge pull request #2364 from riking/patch-4

Remove the special styling on the Categories link
This commit is contained in:
Jeff Atwood 2014-05-19 22:22:47 -07:00
commit f36bdc984d
1 changed files with 0 additions and 6 deletions

View File

@ -183,12 +183,6 @@
}
.heading {
border-top: 1px solid scale-color-diff();
border-bottom: 1px solid scale-color-diff();
color: darken($primary, 40%);
font-weight: bold;
font-size: 12px;
line-height: 15px;
}
.selected {
background-color: scale-color($tertiary, $lightness: 90%);