mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-24 09:16:43 +00:00
Small changes to website.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@672 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
+2
-2
@@ -1,10 +1,10 @@
|
||||
<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="features.html" title="Pandoc features">Features</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="README.html" title="Pandoc user's guide">User's Guide</a></li>
|
||||
<li><a href="doc/index.html" title="API documentation for Pandoc libraries">API Docs</a></li>
|
||||
<li><a href="changelog.html" title="Pandoc's changelog">Changelog</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@ body {
|
||||
padding:0;
|
||||
background-color: white;
|
||||
color: black;
|
||||
font-family: Georgia, Verdana, sans-serif;
|
||||
font-family: Verdana, sans-serif;
|
||||
font-size: medium;
|
||||
line-height: 1.3em;
|
||||
color: #333;
|
||||
|
||||
Reference in New Issue
Block a user