summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-06-06 10:15:17 +0400
committerAndrew Dolgov <[email protected]>2013-06-06 10:15:17 +0400
commit15a829013c6a04615ad98ecf636d0365f89d5923 (patch)
treeacb1c684d95fbd9e32c5412936518b3b5b0e232a /css
parent19b906b94bc6c53af01484bb7d02c8199d210cf0 (diff)
remove single-line excerpts in widescreen 3panel mode because it breaks layout
Diffstat (limited to 'css')
-rw-r--r--css/tt-rss.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/css/tt-rss.css b/css/tt-rss.css
index 78a3146f3..a872179cf 100644
--- a/css/tt-rss.css
+++ b/css/tt-rss.css
@@ -592,6 +592,12 @@ div.autocomplete ul li {
text-overflow : ellipsis;
}
+div#headlines-frame.wide .hlTitle {
+ max-width : auto;
+ overflow : visible;
+ white-space : normal;
+}
+
.hlContentH a, .hlContentH span {
color : #00cc00;
}