mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
changed dockerfile back button to look nicer
Signed-off-by: Nathan Hsieh <hsieh.nathan@gmail.com>
This commit is contained in:
parent
d42bcc065a
commit
7597f27276
3 changed files with 6 additions and 2 deletions
|
@ -2,7 +2,7 @@ page_title: Docker Images Test
|
|||
page_description: How to work with Docker images.
|
||||
page_keywords: documentation, docs, the docker guide, docker guide, docker, docker platform, virtualization framework, docker.io, Docker images, Docker image, image management, Docker repos, Docker repositories, docker, docker tag, docker tags, Docker Hub, collaboration
|
||||
|
||||
<a title="back" class="btn btn-primary back" href="/userguide/dockerimages/#creating-our-own-images">Back</a>
|
||||
<a title="back" class="dockerfile back" href="/userguide/dockerimages/#creating-our-own-images">Back</a>
|
||||
|
||||
# Dockerfile Tutorial
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ page_title: Docker Images Test
|
|||
page_description: How to work with Docker images.
|
||||
page_keywords: documentation, docs, the docker guide, docker guide, docker, docker platform, virtualization framework, docker.io, Docker images, Docker image, image management, Docker repos, Docker repositories, docker, docker tag, docker tags, Docker Hub, collaboration
|
||||
|
||||
<a title="back" class="btn btn-primary back" href="/userguide/dockerimages/#creating-our-own-images">Back</a>
|
||||
<a title="back" class="dockerfile back" href="/userguide/dockerimages/#creating-our-own-images">Back</a>
|
||||
|
||||
#Dockerfile Tutorial
|
||||
|
||||
|
|
|
@ -57,3 +57,7 @@ div.level_error {
|
|||
margin-right: 0;
|
||||
padding: 0 0 2px 0;
|
||||
}
|
||||
.dockerfile.back {
|
||||
display: block;
|
||||
margin-top: 5px;
|
||||
}
|
Loading…
Reference in a new issue