Skip to content

Commit

Permalink
skins updates
Browse files Browse the repository at this point in the history
  • Loading branch information
stubbornella committed Sep 27, 2009
1 parent c854deb commit 2f8b383
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions css/mod_skins.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
.about b{background-image:url(skin/mod/about.png);}
.about .bl, .about .br{height:16px;/*if height is set, margin set*/margin-top:-16px;}
/* ----- talk (extends mod) ----- */
.talk,.talk .inner{border:1px solid #c7c7c7;/*-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;*/}
.talk,.talk .inner{border:1px solid #c7c7c7;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}
.talk .inner{border-color:#ededed;}
.talk b{background-image:url(skin/mod/talk.png);}
.talk b{*background-image:url(skin/mod/talk.png);}
.talk .tl{left:-1px;top:-1px;}
.talk .tr{right:-1px;top:-1px;}
.talk .bl{left:-1px;bottom:-1px;}
Expand Down
2 changes: 1 addition & 1 deletion css/talk_skins.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
.discuss .inner{background-color:#CCC;}
.discuss b b{border-top-color:#CCC;}
/* lol (extends bubbleLeft) */
.lol .inner{background-color:#845B4E;}
.lol .inner{background-color:#845B4E; color:#fff;}
.lol b b{border-right-color:#845B4E;}
/* meep (extends bubbleRight) */
.meep .inner{background-color:#6cc6c6;}
Expand Down

0 comments on commit 2f8b383

Please sign in to comment.