[Xfce4-commits] <midori:master> Ellipsize titles on error pages

Christian Dywan noreply at xfce.org
Fri Dec 9 21:02:01 CET 2011


Updating branch refs/heads/master
         to d81c80edb2358bac95e1bc5779fabeb3be2c5477 (commit)
       from 1df4edab1df05ad4f6352e38fa81f746bb128c4b (commit)

commit d81c80edb2358bac95e1bc5779fabeb3be2c5477
Author: Christian Dywan <christian at twotoasts.de>
Date:   Thu Dec 8 21:04:53 2011 +0100

    Ellipsize titles on error pages

 data/error.html |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/data/error.html b/data/error.html
index b8e70c6..5d01bb9 100644
--- a/data/error.html
+++ b/data/error.html
@@ -37,6 +37,9 @@ icon {
 h1 {
    font-size: 1.4em;
    font-weight: bold;
+   white-space: nowrap;
+   overflow: hidden;
+   text-overflow: ellipsis;
 }
 
 #logo {


More information about the Xfce4-commits mailing list