From b1090cf018b6103cbac7f3e5f18594ace5901b74 Mon Sep 17 00:00:00 2001 From: Vasilis Daloukas Date: Tue, 29 Dec 2015 23:31:38 +0200 Subject: [PATCH] Prevent Style Override of Crossword --- CHANGES.md | 1 + cross/play.php | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 6b6d1c0..b3fc0c3 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,7 @@ Changes in version 3.36.31.1 (2015123101) ------------------------------------------------------------------ - New: Disable summarize of attempts. - CONTRIB-5605: Quotation marks breaks the js-code in game Cryptex. +- Prevent Style Override of Crossword Changes in version 3.36.29.1 (2015122901) ------------------------------------------------------------------ diff --git a/cross/play.php b/cross/play.php index cc6a5d9..bd297dd 100755 --- a/cross/play.php +++ b/cross/play.php @@ -247,27 +247,27 @@ border-width: 2px; padding: .5em; } -body { +#region-game.body { background-color: white; cursor: default; } -body, button, input, p, td { +#region-game.body, #region-game.button, #region-game.input, #region-game.p, #region-game.td { font-family: Verdana, Arial, Sans-Serif; font-size: small; } -button { +#region-game.button { cursor: pointer; } -h1, h2, h3 { +#region-game.h1, #region-game.h2, #region-game.h3 { color: #5F78A2; font-family: Franklin Gothic Medium, Arial, Sans-Serif; font-weight: normal; } -p { +#region-game.p { margin-top: 1em; }