diff website/src/diff.html @ 372:f08cefa4594c

start editing manual
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 17 Apr 2015 07:58:20 -0600
parents 7999601586b1
children
line wrap: on
line diff
--- a/website/src/diff.html	Fri Apr 17 07:25:51 2015 -0600
+++ b/website/src/diff.html	Fri Apr 17 07:58:20 2015 -0600
@@ -20,7 +20,9 @@
 
 			<p>This document explains how Luan differs from <a href="http://www.lua.org">Lua</a> as described in the <a href="http://www.lua.org/manual/5.3/">Lua 5.3 Reference Manual</a>.</p>
 
-			<h2 margin-top="1em">Contents</h2>
+			<hr/>
+
+			<h2>Contents</h2>
 
 			<div margin-bottom="1em"><a href="#intro">Introduction</a></div>
 
@@ -61,6 +63,8 @@
 				</ul>
 			</div>
 
+			<hr/>
+
 			<h2 margin-top="1em"><a name="intro">Introduction</a></h2>
 
 			<p>Lua is one of the simplest languages available, but Luan is even simpler.  This means Luan removes more than it adds.  Most of what is added is added in the library, not in the language itself.</p>