diff options
Diffstat (limited to 'app/assets/stylesheets/style.css')
| -rw-r--r-- | app/assets/stylesheets/style.css | 12 |
1 files changed, 12 insertions, 0 deletions
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; +} |
