From: Ove Klykken Date: Fri, 13 Jun 2014 20:12:55 +0000 (-0400) Subject: Copyright font size and color of glm link X-Git-Tag: v1.0^2~49 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=ff592e19fc734ed1d8a0073436b916bc5d597b26;p=web%2FSooLocks.git Copyright font size and color of glm link --- diff --git a/styles.css b/styles.css index 0606948..5b58f2f 100644 --- a/styles.css +++ b/styles.css @@ -355,10 +355,14 @@ body { border-radius: 5px; } #copyright p { - font-size: 13px; + font-size: 12px; margin: 0; padding: 10px; } +#copyright a { + color: #666; + text-decoration: underline; + } /* Image Upload Icons */ .file-download, .download { background-repeat: no-repeat;