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
+3 -3
View File
@@ -15,17 +15,17 @@
</a> </a>
<ul class="nav"> <ul class="nav">
<li> <li>
<a href="/"> <a href="/" title="Download a template project or build file with some very basic content.">
Projects Projects
</a> </a>
</li> </li>
<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 Download
</a> </a>
</li> </li>
<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 Installer
</a> </a>
</li> </li>