From 5ea772db91186ce04f912a6bc7bc8c0f3fb12b7e Mon Sep 17 00:00:00 2001 From: Marijana Glavica Date: Mon, 29 Nov 2010 08:19:31 +0100 Subject: [PATCH] footer style --- public/app/drzb2011/registration.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/public/app/drzb2011/registration.css b/public/app/drzb2011/registration.css index 38f24db..3200455 100644 --- a/public/app/drzb2011/registration.css +++ b/public/app/drzb2011/registration.css @@ -386,6 +386,24 @@ input:focus, textarea:focus background: url(http://mjesec.ffzg.hr/drzb2011/images/footer_bg.jpg) repeat-x; clear: both; } + +#foot a +{ + position: relative; + top: 12px; + margin-bottom: 20px; + font: 12px arial; + color: #374e5a; + text-align: center; + text-decoration: none; +} + +#foot a:hover +{ + color: #374e5a; + text-decoration: underline; +} + hr { border: 1px solid #ccc; -- 2.20.1