]> git.wh0rd.org - tt-rss.git/commitdiff
disable content text justification for the time being
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 26 Dec 2013 07:36:07 +0000 (11:36 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 26 Dec 2013 07:36:07 +0000 (11:36 +0400)
css/cdm.css
css/tt-rss.css

index dd4346e4cdcde73afd18446e19e87b3f523ce129..70f7f6ad916593c5f9b21779a24b3a8f6de98b83 100644 (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;
index f07ecd39336ebeaf40ab30ab81be49bfdee21396..559b8f92b8422d9d218071b1ad7f28eb33043967 100644 (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;