merge changes for seperator change
[roojs1] / docs / docs.css
index 4325f4d..032bb2a 100644 (file)
@@ -471,9 +471,23 @@ header-menu-options ul.socials > li:first-child,
     display:inline-table;
 }
 @media (max-width: 768px) {
-    .general-content-body,
-    .slide-container {
+    .general-content-body > .container,
+    .general-content-body > .container > .column
+    {
+        margin: 0;
+        padding: 10px;
+       
+    }
+    .general-content-intro > .container,
+    .general-content-body > .container > .column
+    {
+        padding: 0;
+    }
+    .general-content-body  > h1
+    {
         margin: 10px;
+        margin-top: 50px;
+       
     }
     roo-select2-container
     .services .main-content {
@@ -595,6 +609,7 @@ header-menu-options ul.socials > li:first-child,
     height: 34px;
     background-repeat: no-repeat;
     margin: 10px 10px 2px;
+        background-size: contain;
     
 }
  
@@ -910,4 +925,29 @@ pre code {
 }
  code.jsdoc-pretty {
     background-color: #fff;
+}
+
+/* optoional */
+.detailList dt i {
+    margin-left: 20px;
+    font-size: 10px;
+    font-weight: 100;
+}
+
+
+a.dropdown-toggle::before {
+    display: inline-block;
+    margin-right: .255em;
+    vertical-align: .255em;
+    content: "";
+    border-top: .3em solid;
+    border-right: .3em solid transparent;
+    border-bottom: 0;
+    border-left: .3em solid transparent;
+}
+.doc-implementors .panel-body {
+    max-height: 300px;
+    overflow-y: scroll;
+    overflow-x: hidden;
+    padding-left: 0;
 }
\ No newline at end of file