]> spindle.queued.net Git - midori/commitdiff
Ellipsize titles on error pages
authorChristian Dywan <christian@twotoasts.de>
Thu, 8 Dec 2011 20:04:53 +0000 (21:04 +0100)
committerChristian Dywan <christian@twotoasts.de>
Fri, 9 Dec 2011 20:01:29 +0000 (21:01 +0100)
data/error.html

index b8e70c6f1bd3626752b6be9eee02793045d3c52a..5d01bb92165c3584a0ee08bdec6e2aa6a573400a 100644 (file)
@@ -37,6 +37,9 @@ icon {
 h1 {
    font-size: 1.4em;
    font-weight: bold;
+   white-space: nowrap;
+   overflow: hidden;
+   text-overflow: ellipsis;
 }
 
 #logo {