diff options
Diffstat (limited to 'static/styles.css')
| -rw-r--r-- | static/styles.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/styles.css b/static/styles.css index f08bf59..5fab981 100644 --- a/static/styles.css +++ b/static/styles.css @@ -398,6 +398,10 @@ footer p { margin: 0; } +ul { + list-style-type: "- "; +} + .site-nav { border-bottom: 1px dotted; } |
