Improve user profile

pull/83/head
Thibault Duplessis 2013-03-13 13:23:40 +01:00
parent 7e2a0fd629
commit 50d024c8ff
3 changed files with 3 additions and 2 deletions

View File

@ -7,7 +7,7 @@ import play.api.templates.Html
trait AssetHelper {
val assetVersion = 66
val assetVersion = 67
def cssTag(name: String) = css("stylesheets/" + name)

View File

@ -23,6 +23,6 @@ case lila.user.GameFilter.Playing => {
@info.nbPlaying playing
}
case lila.user.GameFilter.Bookmark => {
@info.nbBookmark bookmarks
@trans.nbBookmarks(info.nbBookmark)
}
}

View File

@ -225,6 +225,7 @@ div.content_box_inter a {
padding: 0 0.7em;
font-size: 1em;
text-decoration: none;
text-transform: capitalize;
}
div.content_box_inter a.active {
background: white;