further tweaks to text size in explorer

This commit is contained in:
Dave Cranwell 2014-02-12 11:07:14 +00:00
parent 594d7e03e3
commit 51a16a0758

View file

@ -184,12 +184,18 @@ ul.listing{
color:white;
background-color:@color-header-bg;
.title h2{
color:white;
font-size:1.3em;
.title{
padding-top:1.3em;
padding-bottom:1.3em;
a:hover{
h2{
color:white;
font-size:1.8em;
font-weight:600;
a:hover{
color:white;
}
}
}
}