From e6d86fe2b907b6be57bab88396ab8b27fa95d580 Mon Sep 17 00:00:00 2001 From: realtradam Date: Wed, 2 Dec 2020 23:55:40 -0500 Subject: known bugs fixed --- app/assets/stylesheets/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'app/assets/stylesheets/style.css') diff --git a/app/assets/stylesheets/style.css b/app/assets/stylesheets/style.css index d779fce..965bbd1 100644 --- a/app/assets/stylesheets/style.css +++ b/app/assets/stylesheets/style.css @@ -2,3 +2,15 @@ body { background-color: black; color: white; } + +.indent { + padding: 1px; + margin-left: 15px; +} + +div.indent { + display : list-item; + list-style-type: disc; + list-style-position: inside; + padding-left: 0.2em; +} -- cgit v1.2.3