Merge branch '18732-crunch-run-log-uids'
[arvados.git] / doc / css / nav-list.css
index df79492a63e672df7d13320365af368d726c97d7..1cc57bc829cd3e08407296a0ea46424b2581bf60 100644 (file)
@@ -1,3 +1,7 @@
+/* Copyright (C) The Arvados Authors. All rights reserved.
+
+SPDX-License-Identifier: CC-BY-SA-3.0 */
+
 // NAV LIST
 // --------
 
   text-shadow: 0 -1px 0 rgba(0,0,0,.2);
   background-color: rgb(66, 139, 202);
 }
+
+.spaced-out li {
+   padding-bottom: 1em;
+}
+
+.inside-list ul {
+    list-style-position: inside;
+    padding-left: 0;
+}
\ No newline at end of file