diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/main.css | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/static/main.css b/static/main.css index 82a3645..1c95fbe 100644 --- a/static/main.css +++ b/static/main.css @@ -45,6 +45,9 @@ p {  small {      font-size: 75%;  } +ul { +    list-style-type: none; +}  code {      display: inline-block;      font-size: 125%; | 
