diff options
Diffstat (limited to 'static/main.css')
-rw-r--r-- | static/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/main.css b/static/main.css index 1c95fbe..d37e38e 100644 --- a/static/main.css +++ b/static/main.css @@ -46,7 +46,7 @@ small { font-size: 75%; } ul { - list-style-type: none; + display: inline-block; } code { display: inline-block; |