diff options
-rw-r--r-- | local.css | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -82,6 +82,6 @@ summary h1 { display: inline-block } .speaker-details { margin: 0 } -.vid .resources ul { margin-left: 0; list-style-type: none } +.vid .resources ul { margin: 0; list-style-type: none } ol.chapters { list-style-type: none; padding: 0; } - .vid figure { margin: 0 } + .vid figure { margin: 0; padding: 0 } |