[epiphany] Most visited: enable ellipses on page titles
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] Most visited: enable ellipses on page titles
- Date: Sun, 4 Aug 2019 23:20:07 +0000 (UTC)
commit d761d768e270c01fbccad8bfd02e9e4bf4af69d1
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]