docs/docs.css
authorAlan Knowles <alan@roojs.com>
Fri, 30 Jul 2021 06:09:06 +0000 (14:09 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 30 Jul 2021 06:09:06 +0000 (14:09 +0800)
docs/docs.css

index 4ed6c6d..829973a 100644 (file)
@@ -955,4 +955,20 @@ a.dropdown-toggle::before {
     overflow-y: scroll;
     overflow-x: hidden;
     padding-left: 0;
-}
\ No newline at end of file
+}
+
+.doc-implementors .inheritance,
+.doc-implementors .inheritance ul,
+.doc-implementors .inheritance ul ul
+{
+    list-style: none;
+    padding-left: 5px;
+}
+.doc-implementors .inheritance li
+{
+    background: url('../images/default/tree/elbow-end.gif')  no-repeat left 2px;
+    padding-left: 20px;
+}
+.doc-children li {
+    
+}