diff --git a/gts/MasterPage.master b/gts/MasterPage.master index 54303ffb..389a69ac 100644 --- a/gts/MasterPage.master +++ b/gts/MasterPage.master @@ -49,5 +49,13 @@ +
+
+ Pokémon is © 1995-<%= DateTime.Now.Year.ToString() %> Nintendo / Creatures / GAME FREAK. + This service is not affiliated with Nintendo or GAME FREAK in any way.
+ This service is provided ‘as is’ without warranty of any kind. Use at your own risk.
+ Report an issue +
+
diff --git a/gts/css/main.css b/gts/css/main.css index 9baddfcd..26904741 100644 --- a/gts/css/main.css +++ b/gts/css/main.css @@ -120,6 +120,13 @@ padding: 4px 0; } +#gtsCopyright +{ + font-size: 10px; + text-align: center; + margin-top: 20px; +} + .setWidth { width: 720px;