Fix #310: improve display of long title in header

This commit is contained in:
Samy Pessé
2014-06-16 14:03:28 +02:00
parent f03153eb0c
commit ef0468ad5d
2 changed files with 6 additions and 2 deletions
File diff suppressed because one or more lines are too long
+5 -1
View File
@@ -44,12 +44,16 @@
padding-right: 200px;
.transition(margin-left 0.5s ease);
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
a, a:hover {
color: inherit;
text-decoration: none;
}
@media (max-width: 800px) {
@media (max-width: 1000px) {
display: none;
}