From ee3c3f2f70226b6c558ff32faa745f71d24613e9 Mon Sep 17 00:00:00 2001 From: Guangcong Luo Date: Fri, 15 Jan 2016 23:34:56 -0500 Subject: [PATCH] Fix outdated credit link The original credit wasn't even actually used in PS officially, it was just used for part of the 0.9 beta. --- style/client.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/client.css b/style/client.css index 974a31a99..31c225488 100644 --- a/style/client.css +++ b/style/client.css @@ -13,7 +13,7 @@ body { font-size: 11pt; font-family: Verdana, Helvetica, Arial, sans-serif; - /* license: CC-BY source: http://commons.wikimedia.org/wiki/File:%22La_piedra%22_(2809466426).jpg */ + /* see http://pokemonshowdown.com/credits */ background: #344b6c url(../fx/client-bg-charizards.jpg) no-repeat left center fixed; -webkit-background-size: cover; -moz-background-size: cover;