added constraint for fav search

This commit is contained in:
albert
2011-11-16 13:12:02 -05:00
parent 710d584ec6
commit cce3fe0b64
10 changed files with 4 additions and 96 deletions

View File

@@ -1,32 +0,0 @@
@import "../common/000_vars.css.scss";
div#c-posts {
section#mode-box {
display: none;
}
section#tag-box {
ul {
font-weight: bold;
li {
margin: 0.5em 0;
}
}
}
a.search-tag {
}
a.search-inc-tag {
display: none;
}
a.search-exl-tag {
display: none;
}
span.post-count {
display: none;
}
}