From ff592e19fc734ed1d8a0073436b916bc5d597b26 Mon Sep 17 00:00:00 2001 From: Ove Klykken Date: Fri, 13 Jun 2014 16:12:55 -0400 Subject: [PATCH] Copyright font size and color of glm link --- styles.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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; -- 2.17.1