docs: Move image-width fix to style.css

This commit is contained in:
digitalcraftsman
2016-04-22 18:23:12 +02:00
parent 48fce6110d
commit ebefa47691
3 changed files with 4 additions and 30 deletions

View 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
---

View 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