mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-26 03:42:25 +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
|
# source : DOWNLOAD.md
|
||||||
|
|
||||||
- title : Release notes
|
- title : Release notes
|
||||||
url : NEWS.html
|
url : CHANGES.html
|
||||||
source : NEWS.md
|
source : CHANGES.md
|
||||||
|
|
||||||
- User Manual:
|
- User Manual:
|
||||||
|
|
||||||
@ -26,29 +26,29 @@
|
|||||||
url : 0.21/MANUAL.html
|
url : 0.21/MANUAL.html
|
||||||
source : 0.21/MANUAL.md
|
source : 0.21/MANUAL.md
|
||||||
|
|
||||||
- Wiki:
|
- title : Wiki
|
||||||
|
url : wiki
|
||||||
|
template : null.st
|
||||||
|
|
||||||
- title : Installing
|
- title : Installing
|
||||||
url : wiki/installing
|
url : wiki/installing
|
||||||
template : null.st
|
template : null.st
|
||||||
|
|
||||||
- title : FAQ
|
- title : FAQ
|
||||||
url : wiki/faq
|
url : wiki/faq
|
||||||
template : null.st
|
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
|
- title : How to use account aliases
|
||||||
url : wiki/how_to_read_csv_files
|
url : wiki/how_to_use_account_aliases
|
||||||
template : null.st
|
template : null.st
|
||||||
|
|
||||||
- title : How to use account aliases
|
- title : Developer Guide
|
||||||
url : wiki/how_to_use_account_aliases
|
url : wiki/developer_guide
|
||||||
template : null.st
|
template : null.st
|
||||||
|
|
||||||
- title : Developer Guide
|
|
||||||
url : wiki/developer_guide
|
|
||||||
template : null.st
|
|
||||||
|
|
||||||
- title : hledger-web demo
|
- title : hledger-web demo
|
||||||
url : demo
|
url : demo
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
div.container { max-width: 75em; }
|
||||||
|
|
||||||
/* ul > li > ul > li { */
|
/* ul > li > ul > li { */
|
||||||
/* list-style-type:none; */
|
/* list-style-type:none; */
|
||||||
/* } */
|
/* } */
|
||||||
@ -22,6 +24,10 @@ ul.nav ul {
|
|||||||
/* list-style:none; */
|
/* list-style:none; */
|
||||||
/* } */
|
/* } */
|
||||||
|
|
||||||
|
ul.nav li a {
|
||||||
|
padding:4px 10px;
|
||||||
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
color: #226600;
|
color: #226600;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
|
Loading…
Reference in New Issue
Block a user