1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-23 11:46:37 +02: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

@ -222,7 +222,6 @@ div.cdm .hlFeed a {
div.cdmContentInner p {
max-width : 650px;
text-align : justify;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;

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;