NIHVIVO-1316: Fixed style issues for contact info (email and telephone) under individual photo.
This commit is contained in:
parent
a556600d2c
commit
46a5fc8474
2 changed files with 19 additions and 5 deletions
|
@ -861,6 +861,14 @@ ul#individual-tools li a{
|
|||
ul#individual-urls{
|
||||
list-style: url(../../../images/individual/arrow-grey.gif);
|
||||
}
|
||||
ul#individual-email,
|
||||
ul#individual-phone{
|
||||
list-style-type: none;
|
||||
}
|
||||
ul#individual-email li,
|
||||
ul#individual-phone li{
|
||||
line-height: 1em;
|
||||
}
|
||||
ul#individual-urls li{
|
||||
font-size: .875em;
|
||||
line-height: 1.2em;
|
||||
|
@ -939,6 +947,12 @@ a.all-vivo-publications{
|
|||
font-size: .875em;
|
||||
color: #5e6363;
|
||||
}
|
||||
/* <------ TEMPORAL GRAPH */
|
||||
#temporal-graph h3 a{
|
||||
color: #2485AE;
|
||||
font-size: .8em !important;
|
||||
text-decoration: underline;
|
||||
}
|
||||
/* COAUTHORS ------> */
|
||||
img.co-author{
|
||||
border: 2px solid #ebebeb;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue