diff options
-rw-r--r-- | local.css | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -101,3 +101,5 @@ ol.chapters { list-style-type: none; padding: 0; } border-radius: 5px; } .all > ol > li video { max-width: 100%; width: 100% } ol.chapters .current { background-color: rgba(0, 255, 0, 0.2); } + + .help { border: 1px solid green; padding-right: 1em; padding-left: 1em; } |