From 17f886758350101f4abf887ed3cd678730c4ef45 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 13 May 2011 02:02:04 +0000 Subject: added license tag (cc-by-sa) template works now local as well --- css/ffgraz.css | 8 ++++++++ inc/footer.shtml | 3 ++- template/index.html | 11 ++++++----- 3 files changed, 16 insertions(+), 6 deletions(-) diff --git a/css/ffgraz.css b/css/ffgraz.css index d06b140..535d15b 100644 --- a/css/ffgraz.css +++ b/css/ffgraz.css @@ -208,6 +208,14 @@ div#footer { font-size: 9pt; clear: both; } +div#footer a { + color: #F8EB14; + text-decoration: none; + font-weight: bold; +} +div#footer a:hover { + text-decoration: underline; +} div#footer img { border: 0px; padding: 0.5em; diff --git a/inc/footer.shtml b/inc/footer.shtml index da815e7..da9ac66 100644 --- a/inc/footer.shtml +++ b/inc/footer.shtml @@ -10,7 +10,8 @@ alt="CSS ist valide!" /> - © Funkfeuer Graz + © Funkfeuer Graz, + licensed by cc-by-sa @@ -80,9 +80,10 @@ src="http://jigsaw.w3.org/css-validator/images/vcss" alt="CSS ist valide!" /> - © 2011 Funkfeuer Graz + © 2011 Funkfeuer Graz, + licensed by cc-by-sa
-- cgit v1.2.1