You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2019/11/15 12:48:05 UTC

[qpid-site] branch asf-site updated: DISPATCH-1482: update site.css to restrict max-width of images in the dispatch user-guide to the parent content div size

This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/qpid-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new f19fb05  DISPATCH-1482: update site.css to restrict max-width of images in the dispatch user-guide to the parent content div size
f19fb05 is described below

commit f19fb05a347558d429313fe59075f84425f3a4c3
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Fri Nov 15 12:44:21 2019 +0000

    DISPATCH-1482: update site.css to restrict max-width of images in the dispatch user-guide to the parent content div size
---
 content/site.css | 5 +++++
 input/site.css   | 5 +++++
 2 files changed, 10 insertions(+)

diff --git a/content/site.css b/content/site.css
index 97a94df..5a13cbd 100644
--- a/content/site.css
+++ b/content/site.css
@@ -255,6 +255,11 @@ pre, .scroll {
     padding: 1.5em;
 }
 
+
+div.imageblock div.content img {
+      max-width: 100%;
+}
+
 #-content {
     max-width: 60em;
     margin-left: auto;
diff --git a/input/site.css b/input/site.css
index 97a94df..5a13cbd 100644
--- a/input/site.css
+++ b/input/site.css
@@ -255,6 +255,11 @@ pre, .scroll {
     padding: 1.5em;
 }
 
+
+div.imageblock div.content img {
+      max-width: 100%;
+}
+
 #-content {
     max-width: 60em;
     margin-left: auto;


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org