bodleian/hebrew-mss

Lines between "List of works" nav darker on Hebrew site than Genizah

Closed this issue · 2 comments

The difference seems to be on Hebrew this CSS...

.individual-item .aside-navigation tr {
    border-bottom: 1px solid grey;
}

...needs to be replaced with this on Genizah...

.individual-item .aside-navigation tr {
    border-bottom: 1px solid #eaeaea;
}

Obviously this is a very minor display issue, but if you're fixing other stuff, might as well make them consistent.

done

Still darker on Hebrew QA than Genizah QA.