]> git.wh0rd.org - tt-rss.git/commitdiff
disable inner p width restriction for now
authorAndrew Dolgov <noreply@madoka.volgo-balt.ru>
Fri, 4 Dec 2015 08:38:00 +0000 (11:38 +0300)
committerAndrew Dolgov <noreply@madoka.volgo-balt.ru>
Fri, 4 Dec 2015 08:38:00 +0000 (11:38 +0300)
css/cdm.css
css/tt-rss.css

index a9221b86e67af37bf469908bf93884db36e00500..c7d34c4b7b6622542f3a2e709796400605bcdb4d 100644 (file)
@@ -263,7 +263,7 @@ div.cdm .hlFeed a {
 }
 
 div.cdmContentInner p {
-       max-width : 650px;
+       /*max-width : 650px;*/
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
index dd3ce818f843d03edf8a4ddeb85ec500153cf5c3..1f89af729f8fcb03285bb3adb91ec624e25411ab 100644 (file)
@@ -1018,7 +1018,7 @@ div.postContent h4 {
 }
 
 div.postContent p {
-       max-width : 650px;
+       /*max-width : 650px;*/
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;