upgraded to jquery 1.10 and jquery-ui 1.10, fix autocomplete js bugs, style general tags

This commit is contained in:
r888888888
2013-06-18 17:24:59 -07:00
parent 97a1550d2e
commit 6285c09124
9 changed files with 374 additions and 248 deletions

View File

@@ -1,5 +1,5 @@
/*
*= require "smoothness/jquery-ui-1.8.5.custom.css"
*= require "smoothness/jquery-ui-1.10.3.min.css"
*= require_self
*= require_tree "./common"
*= require_tree "./specific"

View File

@@ -84,6 +84,14 @@ a.blacklisted-active {
}
}
.category-0 a, a.tag-type-0 {
color: $link_color;
&:hover {
color: $link_hover_color;
}
}
.category-1 a, a.tag-type-1 {
color: #A00;