summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-12-04 11:38:00 +0300
committerAndrew Dolgov <[email protected]>2015-12-04 11:38:00 +0300
commit555afc2ea7a1117ca053b9af193c15ce62174bdb (patch)
treec64c5276e0ac6931aa96deaad665981f36e92098 /css
parent1bd552ee319a8f8f69c45f03d2ed38424c51e114 (diff)
disable inner p width restriction for now
Diffstat (limited to 'css')
-rw-r--r--css/cdm.css2
-rw-r--r--css/tt-rss.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/css/cdm.css b/css/cdm.css
index a9221b86e..c7d34c4b7 100644
--- a/css/cdm.css
+++ b/css/cdm.css
@@ -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;
diff --git a/css/tt-rss.css b/css/tt-rss.css
index dd3ce818f..1f89af729 100644
--- a/css/tt-rss.css
+++ b/css/tt-rss.css
@@ -1018,7 +1018,7 @@ div.postContent h4 {
}
div.postContent p {
- max-width : 650px;
+ /*max-width : 650px;*/
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;