summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-09-15 18:07:01 +0400
committerAndrew Dolgov <[email protected]>2012-09-15 18:07:01 +0400
commitc6c010d98a7c67d00c55351b226bfaffb5dcd40d (patch)
tree4f8b309ba229761859b86e16ceccf08e1211c5ad /tt-rss.css
parent9170056c55792bab49e94f61128b769f21d34b27 (diff)
remove mandatory truncating of post title, limit width using CSS
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index a8286ef9a..619a03f98 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -41,6 +41,15 @@ div.postReply div.postHeader {
color : #909090;
}
+div.postReply div.postTitle {
+ overflow : hidden;
+ white-space : nowrap;
+}
+
+div.postReply div.postDate {
+ padding-left : 10px;
+}
+
div.postReply div.postContent {
padding : 10px;
font-size : 12px;