Skip to content

Commit

Permalink
Missing style in Profile => stats
Browse files Browse the repository at this point in the history
Signed-off-by: emanuele <emanuele45@gmail.com>
  • Loading branch information
Spuds authored and emanuele45 committed Jun 14, 2014
1 parent 6fe1f1e commit 0917a64
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions themes/default/css/_besocial/index_besocial.css
Expand Up @@ -1111,6 +1111,23 @@ a.active {
background: red;
}

/* Profile colors */
.activity_stats li span {
border: solid #555;
border-width: 1px 1px 1px 1px;
border-right: none;
border-left: none;
background: #eee;
}
.activity_stats li .bar {
border: 1px solid #ccc;
border-bottom: none;
background: #fff;
}
.activity_stats li .bar div {
background: #43a8da;
}

/* $HELP */
/* ------------------------------------------------------- */

Expand Down

0 comments on commit 0917a64

Please sign in to comment.