File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 34
34
35
35
<!-- BEGIN LEDGER_HEADER -->
36
36
< style type ="text/css ">
37
- @import url ("https://ledger-cli.org/stylesheets /site.css" );
37
+ @import url ("https://ledger-cli.org/css /site.css" );
38
38
header { line-height : 1.3 ; }
39
39
# main-nav { flex-grow : 0 ; }
40
40
header , # main-nav { max-width : 60em ; margin : auto; }
Original file line number Diff line number Diff line change 88
88
89
89
postBuild = ''
90
90
# Patch web version of ledger manual to support dark mode
91
- sed -e 's@</style>@&\n<link rel="stylesheet" type="text/css" href="https://www.gnu.org/software/gnulib/manual.css"><link rel="stylesheet" type="text/css" href="/stylesheets /doc.css">@' ledger3.html -i
91
+ sed -e 's@</style>@&\n<link rel="stylesheet" type="text/css" href="https://www.gnu.org/software/gnulib/manual.css"><link rel="stylesheet" type="text/css" href="/css /doc.css">@' ledger3.html -i
92
92
'' ;
93
93
} ;
94
94
111
111
makeinfo --force --html --no-split ledger-mode.texi
112
112
makeinfo --force --plaintext --no-split -o ledger-mode.txt ledger-mode.texi
113
113
# Patch web version of ledger mode manual to support dark mode
114
- sed -e 's@</style>@&\n<link rel="stylesheet" type="text/css" href="https://www.gnu.org/software/gnulib/manual.css"><link rel="stylesheet" type="text/css" href="/stylesheets /doc.css">@' ledger-mode.html -i
114
+ sed -e 's@</style>@&\n<link rel="stylesheet" type="text/css" href="https://www.gnu.org/software/gnulib/manual.css"><link rel="stylesheet" type="text/css" href="/css /doc.css">@' ledger-mode.html -i
115
115
runHook postBuild
116
116
'' ;
117
117
You can’t perform that action at this time.
0 commit comments