diff --git a/WebContent/cah.css b/WebContent/cah.css index c2e9ecb..d8927ab 100644 --- a/WebContent/cah.css +++ b/WebContent/cah.css @@ -21,8 +21,11 @@ * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -body { +#gamebody { overflow: hidden; +} + +body { min-height: 640px; background: #eee; color: #000; @@ -143,6 +146,7 @@ h2,h3,h4 { border-radius: .25em; text-transform: uppercase; font-weight: 700; + white-space: normal; } .gamelist_lobby_spectate { diff --git a/WebContent/changelog.html b/WebContent/changelog.html index c433012..42c0049 100644 --- a/WebContent/changelog.html +++ b/WebContent/changelog.html @@ -6,8 +6,17 @@
Known issues:
@@ -92,8 +83,8 @@ to, for instance, display the number of connected players.If the game seems to be in a weird state, refresh the page and it should take you back to where diff --git a/WebContent/js/cah.gamelist.js b/WebContent/js/cah.gamelist.js index b6ffc55..d431722 100644 --- a/WebContent/js/cah.gamelist.js +++ b/WebContent/js/cah.gamelist.js @@ -315,7 +315,7 @@ cah.GameListLobby = function(parentElem, data) { $(".gamelist_lobby_cardset", this.element_).html(cardSetNames.join(', ')); if (data[cah.$.GameInfo.HAS_PASSWORD]) { - $(".gamelist_lobby_join", this.element_).val("Join\n(Passworded)"); + $(".gamelist_lobby_join", this.element_).val("Join (Passworded)"); } $(this.element_).attr( diff --git a/WebContent/privacy.html b/WebContent/privacy.html index 897f72f..52cb2d7 100644 --- a/WebContent/privacy.html +++ b/WebContent/privacy.html @@ -7,7 +7,7 @@
The information on this page applies only to Pretend You're Xyzzy servers running under the pretendyoure.xzy/zy domain. Other servers may have other logging policies.
diff --git a/WebContent/viewcards.jsp b/WebContent/viewcards.jsp index 9ae1ce8..a725efb 100644 --- a/WebContent/viewcards.jsp +++ b/WebContent/viewcards.jsp @@ -213,7 +213,7 @@ table td { } - +