diff options
-rw-r--r-- | style.scss | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -385,6 +385,10 @@ th { clear: left; width: 100%; margin: 2% 0 0; + ul { + list-style-type: none; + padding: 0; + } } #pageinfo { @@ -403,3 +407,4 @@ th { margin-top: 0; margin-bottom: 0; } + |