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 @@ PYX: Changelog - +

Known issues:

@@ -92,8 +83,8 @@ to, for instance, display the number of connected players.
  • This game was extensively tested in Google Chrome. It should work in all recent versions of major browsers, but it may not look 100% as intended. If you find a major issue, please - email me with a screenshot and the - name and version of the browser you are using, and I'll try to fix it. + open a bug on GitHub with a + screenshot and the name and version of the browser you are using, and I'll try to fix it.
  • You may not always see your card in the top area after you play it, but it has been played. Also, sometimes the card will display in the top area but be small. I have no idea why either of @@ -133,8 +124,6 @@ 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 @@ Pretend You're Xyzzy - Privacy Information - +

    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 { } - +
    Show only cards from card sets (hold ctrl or cmd to select multiple):