Merge branch '18947-githttpd'
[arvados.git] / doc / css / nav-list.css
index 7ec25e401456ff6bb4b38283e2636c2965d51dde..3f9873c21cd6d77b4be7ff8206b741fd77b9759c 100644 (file)
@@ -1,5 +1,9 @@
-// NAV LIST
-// --------
+/* Copyright (C) The Arvados Authors. All rights reserved.
+
+SPDX-License-Identifier: CC-BY-SA-3.0 */
+
+/* NAV LIST
+   -------- */
 
 .nav-list {
   padding-left: 15px;
 }
 
 .spaced-out li {
-   padding-bottom: 1em; 
-}
\ No newline at end of file
+   padding-bottom: 1em;
+}
+
+.inside-list ul {
+    list-style-position: inside;
+    padding-left: 0;
+}