website/www: add the blog to the nav bar

This commit is contained in:
Mitchell Hashimoto 2013-09-18 17:52:59 -07:00
parent 84091cac26
commit 2c8cc95e79
2 changed files with 2 additions and 1 deletions

View File

@ -51,6 +51,7 @@
<li class="pill"><a href="/vmware">VMware Integration</a></li>
<li><a href="http://downloads.vagrantup.com/">Downloads</a></li>
<li><a href="http://docs.vagrantup.com/">Documentation</a></li>
<li><a href="/blog.html">Blog</a></li>
<li><a href="/about.html">About</a></li>
</ul>
</nav>

View File

@ -43,7 +43,7 @@ nav {
li {
display: inline;
margin-left: 15px;
font-size: 13px;
font-size: 15px;
}
li.pill {