From e75aae0684addc9819c5b7a6895299c79d999adb Mon Sep 17 00:00:00 2001 From: Angelo DiNardi Date: Sun, 28 May 2017 11:44:21 -0700 Subject: Adjust some styles to improve readability. - Call out blockquotes - Keep images constrained - Prevent long posts from forcing the page out. --- static/styles.css | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'static/styles.css') diff --git a/static/styles.css b/static/styles.css index ff94abf..1bf8b1c 100644 --- a/static/styles.css +++ b/static/styles.css @@ -12,8 +12,22 @@ section { font-family: Symbola; } -.ssb-post img { +.ssb-post img, +.ssb-issue img { max-width: 100%; + max-height: 500px; +} + +.ssb-post blockquote { + border-left: 4px #e0e0e0 solid; + color: #444; + background-color: #f9f9f9; + padding: .2rem .2rem .2rem 1rem; + margin: .5rem 0; +} + +.ssb-post-text { + word-break: break-word; } img.ssb-emoji { -- cgit v1.2.3