NIHVIVO-3094: Fixed display issues in VITRO theme for home page.
This commit is contained in:
parent
74357c15c6
commit
7c88c704ba
1 changed files with 3 additions and 3 deletions
|
@ -39,8 +39,7 @@ ul#browse-classgroups li {
|
|||
border-bottom: 1px solid #dde4e3;
|
||||
font-size: 18px;
|
||||
width: 200px;
|
||||
height: 35px;
|
||||
line-height: 35px;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
ul#browse-classgroups li:last-child {
|
||||
border-bottom: none
|
||||
|
@ -49,9 +48,10 @@ ul#browse-classgroups a {
|
|||
display: block;
|
||||
padding-left: 15px;
|
||||
width: 200px;
|
||||
height: 35px;
|
||||
color: #5e6363;
|
||||
text-decoration: none;
|
||||
padding-top: 8px;
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
ul#browse-classgroups .count-classes {
|
||||
font-size: 14px
|
||||
|
|
Loading…
Add table
Reference in a new issue