diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2020-03-29 18:23:32 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2020-04-28 04:21:17 -0400 |
| commit | 01893c83f829e4902a5bd288fd58ad35d4ffa4f2 (patch) | |
| tree | 5de831b7010beb8a870288ec2643eb4874465566 /docs/docs.css | |
| parent | 68a9e96c98dbed4e4154a13ffec7b9c94876661a (diff) | |
testing a new javascript slideshow and updated type system guide, needs tweaks still
Diffstat (limited to 'docs/docs.css')
| -rw-r--r-- | docs/docs.css | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/docs.css b/docs/docs.css index 6009a104..d44e85a3 100644 --- a/docs/docs.css +++ b/docs/docs.css @@ -91,3 +91,24 @@ color: #ccc; color: #fff; } + +#light-slider li, #light-slider img { + list-style: none; + margin-left: 0px; +} + +.cS-hidden { + height: 1px; + opacity: 0; + filter: alpha(opacity=0); + overflow: hidden; +} + +ol#taped li#currentline { + background-color: #6e6e6e; + color: #fff; + font-weight: bold; +} +ol#taped li { + list-style-position: inside; +}
\ No newline at end of file |
