diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2006-12-29 22:51:05 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2006-12-29 22:51:05 +0000 |
commit | 7cd9db048b9c29238efd1cecda65264db4223dcd (patch) | |
tree | 380d7346775b588cfa448dc6188028158cb4f6ba /web/header.html | |
parent | 08fa385d80a65694ea8c6a117c3a178c71146cbc (diff) | |
download | pandoc-7cd9db048b9c29238efd1cecda65264db4223dcd.tar.gz |
Slight changes in website target:
+ history.html -> changelog.html
+ demo.html -> examples.html
+ Added title to changelog.html
+ Removed header div on html pages
+ Changed widths in css
git-svn-id: https://pandoc.googlecode.com/svn/trunk@319 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'web/header.html')
-rw-r--r-- | web/header.html | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/web/header.html b/web/header.html index ee5528c94..4a5f60901 100644 --- a/web/header.html +++ b/web/header.html @@ -1,14 +1,10 @@ -<div id="header"> -<h1><a href="index.html">Pandoc</a></h1> -</div> - <div id="sidebar"> <ul> <li><a href="index.html" title="Home page">Home</a></li> <li><a href="README.html" title="Pandoc documentation">README</a></li> -<li><a href="demos.html" title="Pandoc demos">Demos</a></li> +<li><a href="examples.html" title="Pandoc demos">Examples</a></li> <li><a href="doc/index.html" title="API documentation for Pandoc libraries">API</a></li> -<li><a href="history.html" title="Pandoc's changelog">History</a></li> +<li><a href="changelog.html" title="Pandoc's changelog">History</a></li> </ul> </div> <div id="main" class="withleftmenu"> |