added truncation for super long titles

This commit is contained in:
Tom Giannattasio
2012-08-10 11:48:07 -04:00
parent 022c65a6b4
commit 538185173a
2 changed files with 4 additions and 13 deletions

View File

@@ -93,18 +93,5 @@
.global {
h2 {
display: none;
float: left;
font-size: 0.9em;
font-weight: 600;
line-height: 40px;
letter-spacing: 0;
text-transform: none;
text-shadow: 0 1px 0 #fff;
.provider {
font: inherit;
font-weight: bold;
color: #6d6d6d;
}
}
}

View File

@@ -193,6 +193,7 @@ h1.top-header {
h2 {
display: block;
width: 700px;
float: left;
font-size: 0.9em;
font-weight: 600;
@@ -200,6 +201,9 @@ h1.top-header {
letter-spacing: 0;
text-transform: none;
text-shadow: 0 1px 0 #fff;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
.provider {
font: inherit;