NIHVIVO-556 removed duplicate import of individual.css and added rule to underline anchors

This commit is contained in:
nac26 2010-10-27 14:27:35 +00:00
parent 545f5ddc8a
commit e2d5dfbc24
2 changed files with 5 additions and 1 deletions

View file

@ -635,6 +635,10 @@ a.powered-by-vivo:hover {
left:-9999px;
}
a {
text-decoration: underline;
}
/* STYLED BUTTONS ------> */
.button,
.button:visited {

View file

@ -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*/