Fossil SCM
Reduce the amount of indentation on option-lists in the one-line help.
Commit
9432ea9085c61c9a2454c09c2e7cd4285bbff995bf88211ad11565f3b629f780
Parent
77642871e0a8453…
1 file changed
+3
+3
| --- src/default.css | ||
| +++ src/default.css | ||
| @@ -1989,10 +1989,13 @@ | ||
| 1989 | 1989 | grid-column: 1; |
| 1990 | 1990 | } |
| 1991 | 1991 | dl.helpOptions > dd { |
| 1992 | 1992 | grid-column: 2; |
| 1993 | 1993 | margin: 0; |
| 1994 | +} | |
| 1995 | +div.helpPage blockquote { | |
| 1996 | + margin-left: 0.2em; | |
| 1994 | 1997 | } |
| 1995 | 1998 | |
| 1996 | 1999 | /* Objects in the "desktoponly" class are invisible on mobile */ |
| 1997 | 2000 | @media screen and (max-width: 600px) { |
| 1998 | 2001 | .desktoponly { |
| 1999 | 2002 |
| --- src/default.css | |
| +++ src/default.css | |
| @@ -1989,10 +1989,13 @@ | |
| 1989 | grid-column: 1; |
| 1990 | } |
| 1991 | dl.helpOptions > dd { |
| 1992 | grid-column: 2; |
| 1993 | margin: 0; |
| 1994 | } |
| 1995 | |
| 1996 | /* Objects in the "desktoponly" class are invisible on mobile */ |
| 1997 | @media screen and (max-width: 600px) { |
| 1998 | .desktoponly { |
| 1999 |
| --- src/default.css | |
| +++ src/default.css | |
| @@ -1989,10 +1989,13 @@ | |
| 1989 | grid-column: 1; |
| 1990 | } |
| 1991 | dl.helpOptions > dd { |
| 1992 | grid-column: 2; |
| 1993 | margin: 0; |
| 1994 | } |
| 1995 | div.helpPage blockquote { |
| 1996 | margin-left: 0.2em; |
| 1997 | } |
| 1998 | |
| 1999 | /* Objects in the "desktoponly" class are invisible on mobile */ |
| 2000 | @media screen and (max-width: 600px) { |
| 2001 | .desktoponly { |
| 2002 |