Просмотр исходного кода

fixed line spacing in Swarm tutorial bullets

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
Victoria Bialas 8 лет назад
Родитель
Сommit
dcf00020e1
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      docs/swarm/swarm-tutorial/index.md

+ 2 - 1
docs/swarm/swarm-tutorial/index.md

@@ -83,7 +83,8 @@ mode, including initializing a swarm with a single node, creating services,
 and scaling services. Docker "Moby" on Hyperkit (Mac) or Hyper-V (Windows)
 will serve as the single swarm node.
 
-<br /><br />
+<p />
+
 * Currently, you cannot use Docker for Mac or Windows alone to test a
 _multi-node_ swarm. However, you can use the included version of [Docker
 Machine](/machine/overview.md) to create the swarm nodes, then follow the