docs: shorten titles

This commit is contained in:
Simon Michael 2010-12-12 17:51:04 +00:00
parent 961a6f09eb
commit 2e1dc482f1
6 changed files with 8 additions and 8 deletions

View File

@ -1,7 +1,7 @@
--- ---
title: hledger Contributor List and Agreement title: hledger Contributor List and Agreement
--- ---
hledger Contributor List and Agreement Contributor List and Agreement
====================================== ======================================
hledger Contributors hledger Contributors

View File

@ -2,7 +2,7 @@
title: hledger downloads title: hledger downloads
--- ---
# hledger downloads # Downloads
<style> <style>
tr.heading td { tr.heading td {

View File

@ -1,8 +1,8 @@
--- ---
title: hledger manual title: hledger user manual
--- ---
# hledger manual # User manual
## About ## About

View File

@ -2,7 +2,7 @@
title: hledger news title: hledger news
--- ---
# hledger news # News
## 2011/4/22 hledger 0.14 ## 2011/4/22 hledger 0.14

View File

@ -2,7 +2,7 @@
title: hledger screenshots title: hledger screenshots
--- ---
# hledger screenshots # Screenshots
Click to enlarge, or mouse over for captions.. Click to enlarge, or mouse over for captions..

View File

@ -39,12 +39,12 @@ code {
width: 700px; width: 700px;
} }
h1 { h1 {
font-size: 3em; font-size: 2.5em;
/* margin-top: 0.7em; */ /* margin-top: 0.7em; */
/* margin-bottom: 0.7em; */ /* margin-bottom: 0.7em; */
} }
h2 { h2 {
font-size: 2em; font-size: 1.8em;
/* margin-top: 0.7em; */ /* margin-top: 0.7em; */
/* margin-bottom: 0.6em; */ /* margin-bottom: 0.6em; */
} }