From ebefa47691d6419c1923d71946439c870c38aa14 Mon Sep 17 00:00:00 2001 From: digitalcraftsman Date: Fri, 22 Apr 2016 18:23:12 +0200 Subject: [PATCH] docs: Move image-width fix to style.css --- docs/content/overview/quickstart.md | 16 ---------------- .../tutorials/how-to-contribute-to-hugo.md | 14 -------------- docs/static/css/style.css | 4 ++++ 3 files changed, 4 insertions(+), 30 deletions(-) diff --git a/docs/content/overview/quickstart.md b/docs/content/overview/quickstart.md index d8381c5a4..588df35e1 100644 --- a/docs/content/overview/quickstart.md +++ b/docs/content/overview/quickstart.md @@ -11,22 +11,6 @@ title: Hugo Quickstart Guide weight: 10 --- - - - - Building a bookshelf --- diff --git a/docs/content/tutorials/how-to-contribute-to-hugo.md b/docs/content/tutorials/how-to-contribute-to-hugo.md index 06b057066..0e0b64f12 100644 --- a/docs/content/tutorials/how-to-contribute-to-hugo.md +++ b/docs/content/tutorials/how-to-contribute-to-hugo.md @@ -9,20 +9,6 @@ prev: /tutorials/github-pages-blog/ title: How to contribute to Hugo weight: 10 --- - - ## Introduction diff --git a/docs/static/css/style.css b/docs/static/css/style.css index 02032cf6b..255f1c825 100644 --- a/docs/static/css/style.css +++ b/docs/static/css/style.css @@ -133,6 +133,10 @@ a, a:hover, a:focus { outline: 0; } +img { + max-width: 100%; + height: auto; +} .panel-body a { line-height: 1.1;