Browse code

remove margin from bottom of swarm mode docs

Signed-off-by: Charles Smith <charles.smith@docker.com>
(cherry picked from commit 0d6f59e85a2728008aad154d366cc8c92888e871)

Charles Smith authored on 2016/06/29 11:46:39
Showing 12 changed files
... ...
@@ -90,5 +90,3 @@ roll-back a task to a previous version of the service.
90 90
     * [service scale](../reference/commandline/service_scale.md)
91 91
     * [service tasks](../reference/commandline/service_tasks.md)
92 92
     * [service update](../reference/commandline/service_update.md)
93
-
94
-<p style="margin-bottom:300px">&nbsp;</p>
... ...
@@ -89,5 +89,3 @@ the service.
89 89
 ## What's next?
90 90
 * Read the [swarm mode overview](index.md).
91 91
 * Get started with the [swarm mode tutorial](swarm-tutorial/index.md).
92
-
93
-<p style="margin-bottom:300px">&nbsp;</p>
... ...
@@ -66,5 +66,3 @@ the `docker node ls` command to see the worker nodes:
66 66
 
67 67
 Now your swarm consists of a manager and two worker nodes. In the next step of
68 68
 the tutorial, you [deploy a service](deploy-service.md) to the swarm.
69
-
70
-<p style="margin-bottom:300px">&nbsp;</p>
... ...
@@ -77,6 +77,3 @@ node. For example, the tutorial uses a machine named `manager1`.
77 77
 
78 78
 In the next section of the tutorial, we'll [add two more nodes](add-nodes.md) to
79 79
 the cluster.
80
-
81
-
82
-<p style="margin-bottom:300px">&nbsp;</p>
... ...
@@ -41,5 +41,3 @@ removed the service. The CLI returns a message that the service is not found:
41 41
 
42 42
 In the next step of the tutorial, you set up a new service and and apply a
43 43
 [rolling update](rolling-update.md).
44
-
45
-<p style="margin-bottom:300px">&nbsp;</p>
... ...
@@ -46,5 +46,3 @@ example, the tutorial uses a machine named `manager1`.
46 46
 ## What's next?
47 47
 
48 48
 Now you've deployed a service to the swarm, you're ready to [inspect the service](inspect-service.md).
49
-
50
-<p style="margin-bottom:300px">&nbsp;</p>
... ...
@@ -129,5 +129,3 @@ drained node to an active state:
129 129
   * during a rolling update
130 130
   * when you set another node to `Drain` availability
131 131
   * when a task fails on another active node
132
-
133
-<p style="margin-bottom:300px">&nbsp;</p>
... ...
@@ -90,5 +90,3 @@ The tutorial uses `manager1` : `192.168.99.100`.
90 90
 ## What's next?
91 91
 
92 92
 After you have set up your environment, you're ready to [create a swarm](create-swarm.md).
93
-
94
-<p style="margin-bottom:300px">&nbsp;</p>
... ...
@@ -128,5 +128,3 @@ the container for the task.
128 128
 
129 129
 Next, you can [change the scale](scale-service.md) for the service running in
130 130
 the swarm.
131
-
132
-  <p style="margin-bottom:300px">&nbsp;</p>
... ...
@@ -17,5 +17,3 @@ weight=10
17 17
 
18 18
 -   [Begin the tutorial](index.md) - Setup your environment to prepare
19 19
     to build a swarm.
20
-
21
-<p style="margin-bottom:300px">&nbsp;</p>
... ...
@@ -103,5 +103,3 @@ desired state:
103 103
     entered the `RUNNING` state in approximately 10 second increments.
104 104
 
105 105
 Next, learn about how to [drain a node](drain-node.md) in the Swarm.
106
-
107
-<p style="margin-bottom:300px">&nbsp;</p>
... ...
@@ -70,5 +70,3 @@ connected. The following example shows the tasks running on `manager1`:
70 70
 
71 71
 At this point in the tutorial, you're finished with the `helloworld` service.
72 72
 The next step shows how to [delete the service](delete-service.md).
73
-
74
-<p style="margin-bottom:300px">&nbsp;</p>