Remove random 2 in docs readme (#2015)

* Remove random 2 in docs readme

* Fix #2012
This commit is contained in:
Patrick Black
2018-07-23 14:26:17 -05:00
committed by Jeremy Thomas
parent e19e75eb68
commit 48c73101e7
2 changed files with 2 additions and 4 deletions

View File

@@ -16,6 +16,4 @@ Then to view the documentation in your local checkout:
``` ```
jekyll serve --incremental --config _config.local.yml jekyll serve --incremental --config _config.local.yml
``` ```
This will start an HTTP server at `http://localhost:4000/` that serves the docs built in the `_site` directory; and anytime the docs are rebuilt by you, it will serve the docs site on the fly. This will start an HTTP server at `http://localhost:4000/` that serves the docs built in the `_site` directory; and anytime the docs are rebuilt by you, it will serve the docs site on the fly. In your main shell session where you develop, if you change anything in `docs/` the jekyll server will rebuild those on the fly. But if you change anything about the Bulma SASS or CSS, you need to do `npm run start-docs` to build the docs' CSS before you will see it in the browser. The process running `jekyll serve` will pick up the new CSS automatically.
2. In your main shell session where you develop, if you change anything in `docs/` the jekyll server will rebuild those on the fly. But if you change anything about the Bulma SASS or CSS, you need to do `npm run start-docs` to build the docs' CSS before you will see it in the browser. The process running `jekyll serve` will pick up the new CSS automatically.

View File

@@ -69,7 +69,7 @@ meta:
{% include elements/anchor.html name="Responsive images with ratios" %} {% include elements/anchor.html name="Responsive images with ratios" %}
<div class="content"> <div class="content">
<p>If you don't know the exact dimensions but know the <strong>ratio</strong> instead, you can use one of the <strong>16 ratio modifiers</strong>, which include [common aspect ratios in still photography](https://en.wikipedia.org/wiki/Aspect_ratio_%28image%29#Still_photography):</p> <p>If you don't know the exact dimensions but know the <strong>ratio</strong> instead, you can use one of the <strong>16 ratio modifiers</strong>, which include <a href="https://en.wikipedia.org/wiki/Aspect_ratio_%28image%29#Still_photography">common aspect ratios in still photography</a>:</p>
</div> </div>
<table id="images" class="table is-bordered"> <table id="images" class="table is-bordered">