Skip to content

Commit

Permalink
changed dockerfile back button to look nicer
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Hsieh <hsieh.nathan@gmail.com>
  • Loading branch information
nhsiehgit committed Oct 28, 2014
1 parent d42bcc0 commit 7597f27
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/sources/userguide/level1.md
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/sources/userguide/level2.md
Expand Up @@ -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

Expand Down
4 changes: 4 additions & 0 deletions docs/theme/mkdocs/css/dockerfile_tutorial.css
Expand Up @@ -56,4 +56,8 @@ div.level_error {
width: 90px;
margin-right: 0;
padding: 0 0 2px 0;
}
.dockerfile.back {
display: block;
margin-top: 5px;
}

0 comments on commit 7597f27

Please sign in to comment.