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 {