1
0
forked from GitHub/gf-core

Documentation fixes

+ Rename some txt2tags file from .txt to .t2t and remove abandoned .txt files.
+ Add program update_html that finds all .t2t documents and updates the
  corresponding .html file. It can be invoked with 'make html'.
+ Add style to some .html documents
This commit is contained in:
hallgren
2010-12-22 16:57:53 +00:00
parent 0a52aaf81d
commit 060f4e1866
14 changed files with 44 additions and 234 deletions

View File

@@ -1,7 +1,9 @@
body { background-color: #f2f2f2; }
h1,h2,h3 { font-family: sans-serif; }
h1 { text-align: center; }
h2 { border-bottom: 2px solid black; clear: right; }
div.center { text-align: center; }