From: digitalcraftsman Date: Fri, 22 Apr 2016 16:23:12 +0000 (+0200) Subject: docs: Move image-width fix to style.css X-Git-Tag: v0.16~51 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ebefa47691d6419c1923d71946439c870c38aa14;p=brevno-suite%2Fhugo docs: Move image-width fix to style.css --- diff --git a/docs/content/overview/quickstart.md b/docs/content/overview/quickstart.md index d8381c5a..588df35e 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 06b05706..0e0b64f1 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 02032cf6..255f1c82 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;