shithub: hugo

Download patch

ref: ebefa47691d6419c1923d71946439c870c38aa14
parent: 48fce6110d965eac29a20ea57c4824e4a579ac17
author: digitalcraftsman <[email protected]>
date: Fri Apr 22 14:23:12 EDT 2016

docs: Move image-width fix to style.css

--- a/docs/content/overview/quickstart.md
+++ b/docs/content/overview/quickstart.md
@@ -11,22 +11,6 @@
 weight: 10
 ---
 
-<!-- 
-  This only a temporary fix!
-
-  Cloudflare doesn't automatically updates the cache with a
-  new version of the stylesheet.
-
-  See #1888
--->
-<style type="text/css">
-  img {
-    max-width: 100%;
-    height: auto;
-  } 
-</style>
-
-
 Building a bookshelf
 ---
 
--- a/docs/content/tutorials/how-to-contribute-to-hugo.md
+++ b/docs/content/tutorials/how-to-contribute-to-hugo.md
@@ -9,20 +9,6 @@
 title: How to contribute to Hugo
 weight: 10
 ---
-<!-- 
-  This only a temporary fix!
-
-  Cloudflare doesn't automatically updates the cache with a
-  new version of the stylesheet.
-
-  See #2045
--->
-<style type="text/css">
-  img {
-    max-width: 100%;
-    height: auto;
-  } 
-</style>
 
 ## Introduction
 
--- a/docs/static/css/style.css
+++ b/docs/static/css/style.css
@@ -133,6 +133,10 @@
     outline: 0;
 }
 
+img {
+    max-width: 100%;
+    height: auto;
+}
 
 .panel-body a {
     line-height: 1.1;