summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-07-17 22:21:27 +0400
committerAndrew Dolgov <[email protected]>2013-07-17 22:21:27 +0400
commit1bd46688d36ec5743c1a0246710bc6353d8fdc6f (patch)
tree8767c086ee902652b57493ca63b147c1409eca9f /css
parent2a6addbdea1d57481e726bf1822777b09b7213b1 (diff)
try justify text-alignment for content
Diffstat (limited to 'css')
-rw-r--r--css/cdm.css1
-rw-r--r--css/tt-rss.css1
2 files changed, 2 insertions, 0 deletions
diff --git a/css/cdm.css b/css/cdm.css
index 81c481eae..2e1ffd2ab 100644
--- a/css/cdm.css
+++ b/css/cdm.css
@@ -222,6 +222,7 @@ div.cdm .hlFeed a {
div.cdmContentInner p {
max-width : 650px;
+ text-align : justify;
}
div.cdmContentInner iframe {
diff --git a/css/tt-rss.css b/css/tt-rss.css
index 2238c5452..5a721ea21 100644
--- a/css/tt-rss.css
+++ b/css/tt-rss.css
@@ -994,6 +994,7 @@ span.collapseBtn {
div.postContent p {
max-width : 650px;
+ text-align : justify;
}
div.postContent iframe {