X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7024cc159936593350aaf7939d700102f6510787..94e82b3e5e65cc8792baf0b4d5dc80ae3721760e:/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