summaryrefslogtreecommitdiff
path: root/css/default.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-03-14 09:08:52 +0300
committerAndrew Dolgov <[email protected]>2019-03-14 09:08:52 +0300
commitb1bb7c6001c9a2c7c636674c110ccfdd5a09cd7e (patch)
tree82a53b581b0a4012bccb71901685e0039a84627c /css/default.css
parent019f4578bcb80069487c4dff7ec5c05f35b0eacd (diff)
parent63d7705b7fbe980bfc4e8c7f01b38e80b3c68928 (diff)
Merge branch 'master' of git.fakecake.org:tt-rss
Diffstat (limited to 'css/default.css')
-rw-r--r--css/default.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/css/default.css b/css/default.css
index e29b66382..255fb7eb4 100644
--- a/css/default.css
+++ b/css/default.css
@@ -1650,8 +1650,7 @@ body.ttrss_utility.ttrss_login .container .content {
padding: 40px;
}
body.ttrss_utility.installer,
-body.ttrss_utility.feed_debugger,
-body.ttrss_utility.ttrss_zoom {
+body.ttrss_utility.feed_debugger {
margin: 2em;
}
body.ttrss_utility.share_popup {
@@ -1820,6 +1819,10 @@ body.ttrss_utility.share_popup .content {
.flat .dijitCheckBox {
background: #ccc;
}
+body.ttrss_zoom {
+ max-width: 900px;
+ margin: 2em auto;
+}
body.ttrss_zoom div.post {
border: 1px solid #ddd;
background: white;