diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-08-01 09:35:38 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-08-01 09:35:38 +0400 |
| commit | 22e2ea41662d4880e1fdad8d4056b954cd3067bd (patch) | |
| tree | 9f127c1c445e32752a41daa3bd917f9c12ef217c | |
| parent | 2fdbff069f93a60db19f70d95a8f7c69d826bf53 (diff) | |
show full article title in zoom mode
| -rw-r--r-- | css/tt-rss.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/css/tt-rss.css b/css/tt-rss.css index e7514956f..3392c3c7a 100644 --- a/css/tt-rss.css +++ b/css/tt-rss.css @@ -1026,6 +1026,10 @@ body#ttrssZoom div.postHeader div.postDate { font-size : 10px; } +body#ttrssZoom div.postHeader div.postTitle { + white-space : normal; +} + body#ttrssZoom div.postContent p { max-width : 650px; text-align : justify; |