Add title popovers to navbar links (fixes gh-15)

This commit is contained in:
Dave Syer
2014-05-30 14:07:05 +01:00
parent 8413c40c16
commit 32b99a8350

View File

@@ -15,17 +15,17 @@
</a>
<ul class="nav">
<li>
<a href="/">
<a href="/" title="Download a template project or build file with some very basic content.">
Projects
</a>
</li>
<li>
<a href="/spring.zip">
<a href="/spring.zip" title="Download the spring CLI as a zip distribution (unpack and run bin/spring on a command line).">
Download
</a>
</li>
<li>
<a href="/install.sh">
<a href="/install.sh" title="Installer for the spring CLI command on Un*x-like system (should work on Linux, Mac or Cygwin). Curl this link and pipe to bash, or download the script and run it.">
Installer
</a>
</li>