Foil overlay more transparent.

This commit is contained in:
marcins78@gmail.com
2011-12-13 00:27:33 +00:00
parent f4c56cc2b9
commit d1d8b38227
3 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@
}
.foilOverlay {
opacity: 0.25;
opacity: 0.15;
}
.selectableCard > .borderOverlay {

View File

@@ -79,7 +79,7 @@ body {
}
.foilOverlay {
opacity: 0.25;
opacity: 0.15;
}
.cardHint {

View File

@@ -124,7 +124,7 @@
$(document).ready(
function() {
$("#latestNews").append("<b>Sets 01-10 are available to play.</b> "
$("#latestNews").append("<b>Sets 01-11 are available to play.</b> "
+ "If you find any problems with specific card or rules in general, please report it <a href='http://lotrtcgdb.com/forums/index.php/topic,7592.0.html'>at the TLHH forums</a>.");
var chat = new ChatBoxUI("Game Hall", $("#chat"), "/gemp-lotr/server", true);