Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8756)

Unified Diff: chrome/common/extensions/docs/static/sass/_layout.scss

Issue 238303002: Adds height:auto to images to prevent vertical stretching. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/extensions/docs/static/css/out/site.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/static/sass/_layout.scss
diff --git a/chrome/common/extensions/docs/static/sass/_layout.scss b/chrome/common/extensions/docs/static/sass/_layout.scss
index 242f866241d5c6d7f3af776ba8fb7c92f450d4d5..4327622ab7a9b829de9e43b5db80f936f2425ea7 100644
--- a/chrome/common/extensions/docs/static/sass/_layout.scss
+++ b/chrome/common/extensions/docs/static/sass/_layout.scss
@@ -20,6 +20,7 @@ html, body {
img {
max-width: 100%;
+ height: auto;
}
#gc-container {
@@ -68,4 +69,4 @@ footer[role="contentinfo"] {
@media only screen and (min-width: $break-large) {
-}
+}
« no previous file with comments | « chrome/common/extensions/docs/static/css/out/site.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698