Ellipsize titles on error pages

This commit is contained in:
Christian Dywan 2011-12-08 21:04:53 +01:00
parent 1df4edab1d
commit d81c80edb2

View file

@ -37,6 +37,9 @@ icon {
h1 { h1 {
font-size: 1.4em; font-size: 1.4em;
font-weight: bold; font-weight: bold;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
} }
#logo { #logo {