From e2d5dfbc24e50421b0429a0d8dfc5d5d2c8ab2b7 Mon Sep 17 00:00:00 2001 From: nac26 Date: Wed, 27 Oct 2010 14:27:35 +0000 Subject: [PATCH] NIHVIVO-556 removed duplicate import of individual.css and added rule to underline anchors --- themes/wilma/css/layout.css | 4 ++++ themes/wilma/css/style.css | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/themes/wilma/css/layout.css b/themes/wilma/css/layout.css index bd1d4726..eb094829 100644 --- a/themes/wilma/css/layout.css +++ b/themes/wilma/css/layout.css @@ -635,6 +635,10 @@ a.powered-by-vivo:hover { left:-9999px; } +a { + text-decoration: underline; +} + /* STYLED BUTTONS ------> */ .button, .button:visited { diff --git a/themes/wilma/css/style.css b/themes/wilma/css/style.css index 4092fb31..fbd7f177 100644 --- a/themes/wilma/css/style.css +++ b/themes/wilma/css/style.css @@ -19,7 +19,7 @@ VIVO theme: screen styles @import url("screen.css"); /*don't move it*/ @import url("layout.css"); @import url("top-level.css"); -@import url("individual.css"); +/*@import url("individual.css");*/ /* already included by screen.css, but once we remove this borrowed file (from vivo-basic theme), we will need to update this */ @import url("forms.css"); @import url("formedit.css"); @import url("../../../css/login.css"); /* this is here temporarily as we transition to freemarker - something is up with adding stylesheets ever since the body template was adjusted last week*/