NIHVIVO-556 removed duplicate import of individual.css and added rule to underline anchors
This commit is contained in:
parent
545f5ddc8a
commit
e2d5dfbc24
2 changed files with 5 additions and 1 deletions
|
@ -635,6 +635,10 @@ a.powered-by-vivo:hover {
|
|||
left:-9999px;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/* STYLED BUTTONS ------> */
|
||||
.button,
|
||||
.button:visited {
|
||||
|
|
|
@ -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*/
|
||||
|
|
Loading…
Add table
Reference in a new issue