Card numbering support for the 13PAX set.
This commit is contained in:
parent
d03dac9db7
commit
b5d3c5c37b
|
@ -582,3 +582,10 @@ span.debug, span.admin {
|
||||||
.nowrap {
|
.nowrap {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.cardnum {
|
||||||
|
position: absolute;
|
||||||
|
right: 10px;
|
||||||
|
bottom: 19px;
|
||||||
|
font-size: 8pt;
|
||||||
|
}
|
||||||
|
|
|
@ -95,8 +95,12 @@ HttpSession hSession = request.getSession(true);
|
||||||
If this is your first time playing, you may wish to read <a href="/">the changelog and list of
|
If this is your first time playing, you may wish to read <a href="/">the changelog and list of
|
||||||
known issues</a>.
|
known issues</a>.
|
||||||
</p>
|
</p>
|
||||||
<p tabindex="0">Most recent update: 7 August 2013:</p>
|
<p tabindex="0">Most recent update: 3 September 2013:</p>
|
||||||
<ul>
|
<ul>
|
||||||
|
<li tabindex="0">The Box Expansion and PAX Prime 2013 cards have been added. <strong>If you have
|
||||||
|
any spares of these card numbers and are willing to part with them, it would be awesome if you'd
|
||||||
|
<a href="mailto:ajanata@socialgamer.net?subject=13PAX+cards">email me</a> and send them to me,
|
||||||
|
as I was unable to acquire them at PAX:</strong> 29, 30, 33, 34, 35, 36, 37</li>
|
||||||
<li tabindex="0"><strong>The game list will not automatically update all the time now.</strong>
|
<li tabindex="0"><strong>The game list will not automatically update all the time now.</strong>
|
||||||
You will need to start using the Refresh Games button. The game list will automatically update
|
You will need to start using the Refresh Games button. The game list will automatically update
|
||||||
for new games, removed games, when games become passworded, or when you leave a game.</li>
|
for new games, removed games, when games become passworded, or when you leave a game.</li>
|
||||||
|
|
|
@ -54,6 +54,12 @@ to, for instance, display the number of connected players.
|
||||||
</p>
|
</p>
|
||||||
<p>Recent Changes:</p>
|
<p>Recent Changes:</p>
|
||||||
<ul>
|
<ul>
|
||||||
|
<li>5 September 2013:<ul>
|
||||||
|
<li tabindex="0">The Box Expansion and PAX Prime 2013 cards have been added. <strong>If you have
|
||||||
|
any spares of these card numbers and are willing to part with them, it would be awesome if you'd
|
||||||
|
<a href="mailto:ajanata@socialgamer.net?subject=13PAX+cards">email me</a> and send them to me,
|
||||||
|
as I was unable to acquire them at PAX:</strong> 29, 30, 33, 34, 35, 36, 37</li>
|
||||||
|
</ul></li>
|
||||||
<li>7 August 2013:<ul>
|
<li>7 August 2013:<ul>
|
||||||
<li tabindex="0"><strong>The game list will not automatically update all the time now.</strong>
|
<li tabindex="0"><strong>The game list will not automatically update all the time now.</strong>
|
||||||
You will need to start using the Refresh Games button. The game list will automatically update
|
You will need to start using the Refresh Games button. The game list will automatically update
|
||||||
|
|
Loading…
Reference in New Issue