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

commit d81c80edb2358bac95e1bc5779fabeb3be2c5477
Author: Christian Dywan <christ...@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 {
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to