1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-26 03:57:11 +00:00

disable content text justification for the time being

This commit is contained in:
Andrew Dolgov
2013-12-26 11:36:07 +04:00
parent 76d78eb2e7
commit 8d75f5b193
2 changed files with 0 additions and 3 deletions

View File

@@ -994,7 +994,6 @@ span.collapseBtn {
div.postContent p {
max-width : 650px;
text-align : justify;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
@@ -1050,7 +1049,6 @@ body#ttrssZoom div.postHeader div.postTitle {
body#ttrssZoom div.postContent p {
max-width : 650px;
text-align : justify;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;