From c80487b8c93927b34f0dd79c33272fe471d486fc Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 30 Jun 2020 03:12:15 +0200 Subject: [PATCH] Add space before (optional), make it italic. --- index.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 22b615e..45bbbb9 100644 --- a/index.html +++ b/index.html @@ -20,6 +20,10 @@ { padding: 0; } + span.optional + { + font-style: italic; + } @@ -42,7 +46,8 @@
- (optional)
+ + (optional)