docs: Move image-width fix to style.css
authordigitalcraftsman <digitalcraftsman@protonmail.com>
Fri, 22 Apr 2016 16:23:12 +0000 (18:23 +0200)
committerdigitalcraftsman <digitalcraftsman@protonmail.com>
Fri, 22 Apr 2016 16:23:12 +0000 (18:23 +0200)
docs/content/overview/quickstart.md
docs/content/tutorials/how-to-contribute-to-hugo.md
docs/static/css/style.css

index d8381c5a42fabb07d1e8603dd4c5ad2882c8213a..588df35e11fb00b3d7bd8ce09a8aff6273e4bb86 100644 (file)
@@ -11,22 +11,6 @@ title: Hugo Quickstart Guide
 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
 ---
 
index 06b057066c9950ee58838fb5d6595ed44b0417ab..0e0b64f12098d1dbf4feae3940be5cf9470831f6 100644 (file)
@@ -9,20 +9,6 @@ prev: /tutorials/github-pages-blog/
 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
 
index 02032cf6be63ced26876a58d43688ffb0c0947b1..255f1c8257493632937e2e8b0aa68fd14d73de17 100644 (file)
@@ -133,6 +133,10 @@ a, a:hover, a:focus {
     outline: 0;
 }
 
+img {
+    max-width: 100%;
+    height: auto;
+}
 
 .panel-body a {
     line-height: 1.1;