Small UI fixes

This commit is contained in:
Joseph Schorr 2015-04-20 14:20:29 -04:00
parent 9b58c951bf
commit 6c21dc788e
5 changed files with 14 additions and 11 deletions

View file

@ -75,7 +75,7 @@
}
.co-nav-title .co-nav-title-content {
max-height: 38px;
max-height: 50px;
overflow: hidden;
text-overflow: ellipsis;
font-size: 22px;
@ -868,6 +868,10 @@
margin-top: 22px;
margin-bottom: 10px;
font-size: 16px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color: white;
}
.cor-title-link a {