Skip to content

Commit

Permalink
Adds DockerCon 2017 logo
Browse files Browse the repository at this point in the history
  • Loading branch information
johndmulhausen committed Jan 21, 2017
1 parent 89ea836 commit 394959c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
<div class="top-right-bg"></div>
<div class="container">
<div class="row">
<div class="col-xs-2"> <a href="/"><img class="logo" src="/images/logo-docker-main.png"></a> </div>
<div class="col-xs-2"> <a href="https://dockercon.smarteventscloud.com/portal/newreg.ww"><img class="logo" src="/images/dockercon-17.png"></a> </div>
<div class="col-xs-10">
<ul class="nav-global">
<li class="first leaf menu-mlid-603"><a href="/" target="_blank">Docs</a></li>
Expand Down
6 changes: 6 additions & 0 deletions css/documentation.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
/* FIXUP allcss.css */
/* @media screen and (max-width: 1199px) */

.logo {
margin-top: 1px !important;
width: auto !important;
height: auto !important;
max-width: none !important;
}
.autocompleteSelected {
background-color: #f5f5f5;
}
Expand Down
Binary file added images/dockercon-17.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 394959c

Please sign in to comment.