From 2b9eeef9505c14dd86aa1df55f8a1e90a83bf6ea Mon Sep 17 00:00:00 2001 From: Jon Atkins Date: Mon, 11 Feb 2013 05:44:12 +0000 Subject: [PATCH 1/2] change portal level number shadows, so they simulate a solid outline --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 45145173..81147f30 100644 --- a/style.css +++ b/style.css @@ -369,7 +369,8 @@ h3 { font-size: 40px; position: absolute; right: 10px; - text-shadow: 0 0 2px #000000, 0 0 5px #ffffff; + /* simulate an outline with multiple shadows */ + text-shadow: -2px -2px #000000, 2px -2px #000000, -2px 2px #000000, 2px 2px #000000; top: 100px; } From 318057fd1b0166ec5ab5dc6f273db6390976ceef Mon Sep 17 00:00:00 2001 From: Jon Atkins Date: Mon, 11 Feb 2013 05:48:50 +0000 Subject: [PATCH 2/2] added self to Contributors --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ba4c719d..bf1db66e 100644 --- a/README.md +++ b/README.md @@ -84,8 +84,8 @@ Contributors [Scrool](https://github.com/Scrool), [sorgo](https://github.com/sorgo), [Xelio](https://github.com/Xelio), -[ZauberNerd](https://github.com/ZauberNerd) - +[ZauberNerd](https://github.com/ZauberNerd), +[jonatkins](https://github.com/jonatkins) Hacking -------