[epiphany/mcatanzaro/asan: 26/31] Most visited: enable ellipses on page titles



commit 027141646eaf37a6b4839e848452ef21d21ca794
Author: Tobias Bernard <tbernard gnome org>
Date:   Fri Jul 12 23:54:57 2019 +0200

    Most visited: enable ellipses on page titles
    
    FIXME: now there are underlines on the titles, need to figure out how to
    get rid of those.

 src/resources/about.css | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/src/resources/about.css b/src/resources/about.css
index 6b85aa246..d963ca27f 100644
--- a/src/resources/about.css
+++ b/src/resources/about.css
@@ -236,7 +236,7 @@ html.epiphany-html {
 
 .overview-title {
     margin: 10px 6px;
-    display: inline-block;
+    display: inherit;
     white-space: nowrap;
     overflow: hidden;
     font-family: -webkit-system-font, Cantarell, sans-serif;
@@ -244,6 +244,7 @@ html.epiphany-html {
     color: #2e3436;
     text-overflow: ellipsis;
     text-align: center;
+    text-decoration: none;
 }
 
 .overview-thumbnail {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]