mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-25 19:31:44 +03:00
site: more tweaks to harmonise site and wiki
This commit is contained in:
parent
456539675b
commit
1c94d77565
@ -9,8 +9,8 @@
|
||||
# source : DOWNLOAD.md
|
||||
|
||||
- title : Release notes
|
||||
url : NEWS.html
|
||||
source : NEWS.md
|
||||
url : CHANGES.html
|
||||
source : CHANGES.md
|
||||
|
||||
- User Manual:
|
||||
|
||||
@ -26,29 +26,29 @@
|
||||
url : 0.21/MANUAL.html
|
||||
source : 0.21/MANUAL.md
|
||||
|
||||
- Wiki:
|
||||
- title : Wiki
|
||||
url : wiki
|
||||
template : null.st
|
||||
|
||||
- title : Installing
|
||||
url : wiki/installing
|
||||
template : null.st
|
||||
- title : Installing
|
||||
url : wiki/installing
|
||||
template : null.st
|
||||
|
||||
- title : FAQ
|
||||
url : wiki/faq
|
||||
template : null.st
|
||||
- title : FAQ
|
||||
url : wiki/faq
|
||||
template : null.st
|
||||
|
||||
# - How-tos:
|
||||
- title : How to read CSV files
|
||||
url : wiki/how_to_read_csv_files
|
||||
template : null.st
|
||||
|
||||
- title : How to read CSV files
|
||||
url : wiki/how_to_read_csv_files
|
||||
template : null.st
|
||||
- title : How to use account aliases
|
||||
url : wiki/how_to_use_account_aliases
|
||||
template : null.st
|
||||
|
||||
- title : How to use account aliases
|
||||
url : wiki/how_to_use_account_aliases
|
||||
template : null.st
|
||||
|
||||
- title : Developer Guide
|
||||
url : wiki/developer_guide
|
||||
template : null.st
|
||||
- title : Developer Guide
|
||||
url : wiki/developer_guide
|
||||
template : null.st
|
||||
|
||||
- title : hledger-web demo
|
||||
url : demo
|
||||
|
@ -1,3 +1,5 @@
|
||||
div.container { max-width: 75em; }
|
||||
|
||||
/* ul > li > ul > li { */
|
||||
/* list-style-type:none; */
|
||||
/* } */
|
||||
@ -22,6 +24,10 @@ ul.nav ul {
|
||||
/* list-style:none; */
|
||||
/* } */
|
||||
|
||||
ul.nav li a {
|
||||
padding:4px 10px;
|
||||
}
|
||||
|
||||
code {
|
||||
color: #226600;
|
||||
font-weight:bold;
|
||||
|
Loading…
Reference in New Issue
Block a user