Deck builder and Format Rules correction.
This commit is contained in:
@@ -42,11 +42,15 @@
|
||||
}
|
||||
|
||||
#set {
|
||||
width: 150px;
|
||||
width: 120px;
|
||||
}
|
||||
|
||||
#cardType {
|
||||
width: 120px;
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
#filtering select {
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
<b>FotR block</b>
|
||||
<ul>
|
||||
<li>cards from set 01-03 are legal,</li>
|
||||
<li>cards from sets 01-03 are legal,</li>
|
||||
<li>sites from Fellowship block are used,</li>
|
||||
<li>Ring-bearer skirmish CAN be cancelled,</li>
|
||||
<li>there is no X-list,</li>
|
||||
<li>R-list has one card - <i>Forces of Mordor</i></li>
|
||||
<li>R-list has one card - <i>Forces of Mordor</i>.</li>
|
||||
</ul>
|
||||
@@ -41,7 +41,7 @@ var GempLotrDeckBuildingUI = Class.extend({
|
||||
this.pageDiv.append("<div id='countSlider' style='left: 33px; top: 10px; width: 200px;'></div>");
|
||||
this.collectionDiv.append(this.pageDiv);
|
||||
|
||||
this.filterDiv = $("<div></div>");
|
||||
this.filterDiv = $("<div id='filtering'></div>");
|
||||
|
||||
this.filterDiv.append("<div id='culture'>"
|
||||
+ "<input type='checkbox' id='DWARVEN'/><label for='DWARVEN' id='labelDWARVEN'><img src='images/cultures/dwarven.gif'/></label>"
|
||||
|
||||
Reference in New Issue
Block a user