You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by db...@apache.org on 2015/10/13 04:17:33 UTC

docs commit: Fixing docs image CSS.

Repository: cordova-docs
Updated Branches:
  refs/heads/cordova-website 32fed4582 -> ae32679f2


Fixing docs image CSS.


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/ae32679f
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/ae32679f
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/ae32679f

Branch: refs/heads/cordova-website
Commit: ae32679f2dd35d2dd0cd95c1d6a651c6d48092bf
Parents: 32fed45
Author: Dmitry Blotsky <dm...@gmail.com>
Authored: Mon Oct 12 19:17:26 2015 -0700
Committer: Dmitry Blotsky <dm...@gmail.com>
Committed: Mon Oct 12 19:17:26 2015 -0700

----------------------------------------------------------------------
 www/static/css-src/_docs.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/ae32679f/www/static/css-src/_docs.scss
----------------------------------------------------------------------
diff --git a/www/static/css-src/_docs.scss b/www/static/css-src/_docs.scss
index 4ade464..37566d6 100644
--- a/www/static/css-src/_docs.scss
+++ b/www/static/css-src/_docs.scss
@@ -4,7 +4,7 @@
     /* this is so that wide images don't stick out of their paragraphs */
     p {
         img {
-            width: 100%;
+            max-width: 100%;
         }
     }
 


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