diff --git a/doc_src/index.hdr.in b/doc_src/index.hdr.in index 526954fc1..94929b74a 100644 --- a/doc_src/index.hdr.in +++ b/doc_src/index.hdr.in @@ -409,7 +409,7 @@ A comma separated list of characters enclosed in curly braces will be expanded s Example: \fish -echo input.{c,h,txt} outputs 'input.c input.h input.txt' +echo input.{c,h,txt} # Outputs 'input.c input.h input.txt' \endfish The command `mv *.{c,h} src/` moves all files with the suffix '.c' or '.h' to the subdirectory src. diff --git a/doc_src/user_doc.css b/doc_src/user_doc.css index abe708359..d91f5ddef 100644 --- a/doc_src/user_doc.css +++ b/doc_src/user_doc.css @@ -87,7 +87,7 @@ a { color: #3d5cb3; } .fish_right_bar a:hover { text-decoration: underline; } /* Adjust lists */ .fish_left_bar ul { - padding-left: 1.4rem; + padding-left: 2rem; padding-right: 1rem; } .fish_right_bar ul {