From e2b805763dde322014f1056e1e509ca9d5de6192 Mon Sep 17 00:00:00 2001 From: Peter Cottle Date: Wed, 20 Feb 2013 20:18:13 -0800 Subject: [PATCH] Firefox CSS fixes, Issue #9 thanks Frode Austvik --- README.md | 2 ++ build/{main.ddc18834.css => main.657245d8.css} | 5 +++++ index.html | 2 +- src/style/main.css | 5 +++++ 4 files changed, 13 insertions(+), 1 deletion(-) rename build/{main.ddc18834.css => main.657245d8.css} (99%) diff --git a/README.md b/README.md index 2f8acddc..faca7b9b 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ A big shoutout to these brave souls for extensively testing our sandbox and find Also huge shoutout for everyone who has put up a pull request that was pulled: +* Aaron Schrab - 3x!! * Stephen Cavaliere * Andrew Ardill * Shao-Chung Chen @@ -62,6 +63,7 @@ Also huge shoutout for everyone who has put up a pull request that was pulled: * Hamish Macpherson * Cameron Wills * Johan ("josso") +* Frode Austvik Or reported an issue that was successfully closed! diff --git a/build/main.ddc18834.css b/build/main.657245d8.css similarity index 99% rename from build/main.ddc18834.css rename to build/main.657245d8.css index 630d91e3..6bb04de6 100644 --- a/build/main.ddc18834.css +++ b/build/main.657245d8.css @@ -827,9 +827,14 @@ div.levelIcon.solved div.index div.indexNum { width: 50%; } +div.gitDemonstrationView { + width:100%; +} + .gitDemonstrationView > div.demonstrationText { margin-right: 10px; max-height: 400px; + max-width: 450px; overflow-y: scroll; overflow-x: hidden; } diff --git a/index.html b/index.html index 142f8578..36d3080d 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@ - + diff --git a/src/style/main.css b/src/style/main.css index 630d91e3..6bb04de6 100644 --- a/src/style/main.css +++ b/src/style/main.css @@ -827,9 +827,14 @@ div.levelIcon.solved div.index div.indexNum { width: 50%; } +div.gitDemonstrationView { + width:100%; +} + .gitDemonstrationView > div.demonstrationText { margin-right: 10px; max-height: 400px; + max-width: 450px; overflow-y: scroll; overflow-x: hidden; }