diff --git a/css/cdm.css b/css/cdm.css index dd4346e4c..70f7f6ad9 100644 --- a/css/cdm.css +++ b/css/cdm.css @@ -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; diff --git a/css/tt-rss.css b/css/tt-rss.css index f07ecd393..559b8f92b 100644 --- a/css/tt-rss.css +++ b/css/tt-rss.css @@ -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;