summaryrefslogtreecommitdiff
path: root/docs/docs.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docs.css')
-rw-r--r--docs/docs.css21
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