X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/720d44bbcf5299dd243a3b29e8b18c207290660b..3623287cdc05121a86e573b89aebb6e4aa6866b5:/doc/css/nav-list.css diff --git a/doc/css/nav-list.css b/doc/css/nav-list.css index df79492a63..1cc57bc829 100644 --- a/doc/css/nav-list.css +++ b/doc/css/nav-list.css @@ -1,3 +1,7 @@ +/* Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: CC-BY-SA-3.0 */ + // NAV LIST // -------- @@ -22,3 +26,12 @@ 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