further tweaks to text size in explorer

pull/31/merge
Dave Cranwell 2014-02-12 11:07:14 +00:00
rodzic 594d7e03e3
commit 51a16a0758
1 zmienionych plików z 10 dodań i 4 usunięć

Wyświetl plik

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