From b5d3c5c37b33f1749533deff6695ea61911bd66e Mon Sep 17 00:00:00 2001 From: Andy Janata Date: Mon, 11 Nov 2013 02:24:58 +0000 Subject: [PATCH 1/4] Card numbering support for the 13PAX set. --- WebContent/cah.css | 7 +++++++ WebContent/game.jsp | 6 +++++- WebContent/index.jsp | 6 ++++++ 3 files changed, 18 insertions(+), 1 deletion(-) diff --git a/WebContent/cah.css b/WebContent/cah.css index c82ef5c..1319501 100644 --- a/WebContent/cah.css +++ b/WebContent/cah.css @@ -582,3 +582,10 @@ span.debug, span.admin { .nowrap { white-space: nowrap; } + +.cardnum { + position: absolute; + right: 10px; + bottom: 19px; + font-size: 8pt; +} diff --git a/WebContent/game.jsp b/WebContent/game.jsp index b715cd9..1822b2a 100644 --- a/WebContent/game.jsp +++ b/WebContent/game.jsp @@ -95,8 +95,12 @@ HttpSession hSession = request.getSession(true); If this is your first time playing, you may wish to read the changelog and list of known issues.

-

Most recent update: 7 August 2013:

+

Most recent update: 3 September 2013: