mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #8808 from nhsiehgit/dockerfiletut
changed dockerfile back button to look nicer
This commit is contained in:
commit
f1ddda6cf7
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_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
|
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
|
# Dockerfile Tutorial
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ page_title: Docker Images Test
|
||||||
page_description: How to work with Docker images.
|
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
|
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
|
#Dockerfile Tutorial
|
||||||
|
|
||||||
|
|
|
@ -56,4 +56,8 @@ div.level_error {
|
||||||
width: 90px;
|
width: 90px;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
padding: 0 0 2px 0;
|
padding: 0 0 2px 0;
|
||||||
|
}
|
||||||
|
.dockerfile.back {
|
||||||
|
display: block;
|
||||||
|
margin-top: 5px;
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue