Repository: whimsy-whimsical-site
Updated Branches:
  refs/heads/asf-site 68cc1eec1 -> 23fb6b774


add <ul>...</ul>


Project: http://git-wip-us.apache.org/repos/asf/whimsy-whimsical-site/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/whimsy-whimsical-site/commit/23fb6b77
Tree: http://git-wip-us.apache.org/repos/asf/whimsy-whimsical-site/tree/23fb6b77
Diff: http://git-wip-us.apache.org/repos/asf/whimsy-whimsical-site/diff/23fb6b77

Branch: refs/heads/asf-site
Commit: 23fb6b774120c59f6f9afeae5c46b41d5db8135c
Parents: 68cc1ee
Author: Sam Ruby <[email protected]>
Authored: Wed Jun 7 11:31:39 2017 -0400
Committer: Sam Ruby <[email protected]>
Committed: Wed Jun 7 11:31:39 2017 -0400

----------------------------------------------------------------------
 index.html | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/whimsy-whimsical-site/blob/23fb6b77/index.html
----------------------------------------------------------------------
diff --git a/index.html b/index.html
index 933f623..e6d8f4a 100644
--- a/index.html
+++ b/index.html
@@ -80,13 +80,15 @@
             <h3 class="panel-title">Documentation / How To</h3>
           </div>
           <div class="panel-body">
-            <li><a 
href="https://github.com/apache/whimsy/blob/master/DEVELOPMENT.md";>How To 
Develop Whimsy Code</a></li>
-            <li><a 
href="https://lists.apache.org/[email protected]";>Ask 
Questions on dev@whimsical</a></li>
-            <li><a href="https://issues.apache.org/jira/browse/WHIMSY";>Submit 
Bugs in JIRA</a></li>
-            <li><a 
href="https://github.com/apache/whimsy/blob/master/DEPLOYMENT.md";>Deployment 
Instructions</a></li>
-            <li><a 
href="https://github.com/apache/whimsy/blob/master/CONFIGURE.md";>Configuration 
Pointers</a></li>
-            <li><a 
href="https://github.com/apache/whimsy/blob/master/www/status/README.md";>Monitoring
 How To</a> - <a href="https://whimsy.apache.org/status/";>Live Whimsy 
Status</a></li>
-            <li><a 
href="https://github.com/apache/whimsy/blob/master/MACOSX.md";>How To Setup on 
Mac OSX</a></li>
+            <ul>
+             <li><a 
href="https://github.com/apache/whimsy/blob/master/DEVELOPMENT.md";>How To 
Develop Whimsy Code</a></li>
+             <li><a 
href="https://lists.apache.org/[email protected]";>Ask 
Questions on dev@whimsical</a></li>
+             <li><a href="https://issues.apache.org/jira/browse/WHIMSY";>Submit 
Bugs in JIRA</a></li>
+             <li><a 
href="https://github.com/apache/whimsy/blob/master/DEPLOYMENT.md";>Deployment 
Instructions</a></li>
+             <li><a 
href="https://github.com/apache/whimsy/blob/master/CONFIGURE.md";>Configuration 
Pointers</a></li>
+             <li><a 
href="https://github.com/apache/whimsy/blob/master/www/status/README.md";>Monitoring
 How To</a> - <a href="https://whimsy.apache.org/status/";>Live Whimsy 
Status</a></li>
+             <li><a 
href="https://github.com/apache/whimsy/blob/master/MACOSX.md";>How To Setup on 
Mac OSX</a></li>
+            </ul>
           </div>
         </div>
       </div>

Reply via email to