From 9f75cef5e5a2926e4fcd345e2a9823526b136065 Mon Sep 17 00:00:00 2001 From: Mark Griffiths Date: Sat, 2 Aug 2014 17:11:00 +0100 Subject: [PATCH] Style fix for sub-line comments --- doc_src/index.hdr.in | 2 +- doc_src/user_doc.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 {