From 4e3ef5b190c7f094f0207f3be462c8bec615d7c7 Mon Sep 17 00:00:00 2001 From: Sanj Date: Tue, 1 Nov 2011 14:53:12 +0000 Subject: [PATCH] bottomRight links orange --- itf/static/css/noel/inner-details.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/itf/static/css/noel/inner-details.css b/itf/static/css/noel/inner-details.css index 1ca3480..178ce7c 100755 --- a/itf/static/css/noel/inner-details.css +++ b/itf/static/css/noel/inner-details.css @@ -17,6 +17,14 @@ box-shadow:2px 3px 20px #252425; overflow:auto; clear:both;} +#bottomRight a:link, #bottomRight:visited, #bottomRight:active +{color:#ff8400; +text-decoration:none;} + +#bottomRight a:hover +{text-decoration:underline;} + + .itfInfoSub {color:#f7bd00; font-weight:bold;}