diff --git a/_includes/d4a_buttons.md b/_includes/d4a_buttons.md index 455d74ff4c..d6c0ca9c34 100644 --- a/_includes/d4a_buttons.md +++ b/_includes/d4a_buttons.md @@ -2,10 +2,10 @@ ![Docker for AWS](https://s3.amazonaws.com/cloudformation-examples/cloudformation-launch-stack.png) {% endcapture %} {% capture aws_blue_latest %} -Deploy Docker for AWS (stable) +Deploy Docker for AWS (stable) {% endcapture %} {% capture aws_blue_beta %} -Deploy Docker for AWS (beta) +Deploy Docker for AWS (beta) {% endcapture %} {% capture azure_blue_latest %} @@ -17,4 +17,3 @@ {% capture azure_button_latest %} ![Docker for Azure](http://azuredeploy.net/deploybutton.png) {% endcapture %} - diff --git a/_includes/footer.html b/_includes/footer.html index 7eb65d1f6c..a698eb4023 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,17 +1,18 @@ - -
-
-
-
- - -
-
-
-
- - + - + diff --git a/_includes/global-header.html b/_includes/global-header.html index 567b03a61c..6f4adaa64f 100644 --- a/_includes/global-header.html +++ b/_includes/global-header.html @@ -1,54 +1,54 @@ -
+
-
- -
+
+ +
@@ -57,11 +57,46 @@

Docker's Documentation

Docker provides a way to run applications securely isolated in a container, packaged with all its dependencies and libraries.

-
+ + + diff --git a/_includes/header.html b/_includes/header.html index 96c182e035..1e5aa3f484 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -12,8 +12,7 @@ diff --git a/_includes/tree.html b/_includes/tree.html index 31c3bf9096..ef694fafb0 100644 --- a/_includes/tree.html +++ b/_includes/tree.html @@ -2,7 +2,7 @@ {% for item in tree %} {% if item.sectiontitle %}{% if foundBranch=="false" %}{% capture treeString %}{{ item.section | downcase }}{% endcapture %}{% capture pageURLString %}"{{ page.url }}"{% endcapture %}{% else %}{% assign treeString="" %}{% endif %}
  • {{ item.sectiontitle }} - +
  • {% else %}
  • {{ item.title }}
  • diff --git a/_layouts/docs.html b/_layouts/docs.html index dfb6b568d4..ef452a3d5d 100644 --- a/_layouts/docs.html +++ b/_layouts/docs.html @@ -26,7 +26,7 @@ - + @@ -38,18 +38,6 @@ ng\:form { display: block; } -div#autocompleteContainer { - background: #fff; - border: 1px solid #ccc; - /* float: left; */ - padding: 21px 0 30px 0; - margin: 10px 0 0 0; - position: absolute; - -webkit-transition: all 0.5s; - -moz-transition: all 0.5s; - -o-transition: all 0.5s; - transition: all 0.5s; -} - -