Fix formatting of example blocks

With the new stylesheet example blocks (delimited with ====) are
rendered as rather intrusive boxes with large padding in yellow
and grey.

This patch replaces the example blocks with simple code blocks
(delimited with ----) that better match the overall style of the
documentation.

Change-Id: Id95387cdb153332c2066e2d5e378697647dbca52
Signed-off-by: Michael Ochmann <michael.ochmann@sap.com>
This commit is contained in:
Michael Ochmann
2016-07-06 14:10:22 +02:00
parent 402066405e
commit b99feabd88
60 changed files with 380 additions and 382 deletions

View File

@@ -34,9 +34,9 @@ This command is intended to be used in scripts.
== EXAMPLES
Change HEAD of project `example` to `stable-2.11` branch:
====
----
$ ssh -p 29418 review.example.com gerrit set-head example --new-head stable-2.11
====
----
GERRIT
------