NIHVIVO-1382: worked applying Wilma style to back-end

This commit is contained in:
mb863 2010-12-13 20:16:26 +00:00
parent ecf8a4602c
commit 36e549f8ea
3 changed files with 24 additions and 23 deletions

View file

@ -36,6 +36,15 @@ h2{
font-size: 22px;
color: #2485ae;
}
h2 a{
color: #2485ae;
}
h2 a:link, h2 a:visited{
text-decoration: underline;
}
h2 a:hover, h2 a:active{
text-decoration: none;
}
h3{
padding: 10px 0 12px 0;
margin: 0;
@ -778,3 +787,8 @@ p{
a {
text-decoration: underline
}
/* INDIVIDUAL------> */
.individualList ul.individualData li {
padding-bottom: 0;
}
}