Style fix for sub-line comments

This commit is contained in:
Mark Griffiths 2014-08-02 17:11:00 +01:00
parent a410c31bf8
commit 9f75cef5e5
2 changed files with 2 additions and 2 deletions

View file

@ -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.

View file

@ -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 {