18947: Remove errant uses of runsu.sh.
[arvados.git] / doc / css / nav-list.css
1 /* Copyright (C) The Arvados Authors. All rights reserved.
2
3 SPDX-License-Identifier: CC-BY-SA-3.0 */
4
5 // NAV LIST
6 // --------
7
8 .nav-list {
9   padding-left: 15px;
10   padding-right: 15px;
11   margin-bottom: 0;
12 }
13 .nav-list > li > a,
14 .nav-list .nav-header {
15   margin-left:  -15px;
16   margin-right: -15px;
17   text-shadow: 0 1px 0 rgba(255,255,255,.5);
18 }
19 .nav-list > li > a {
20   padding: 3px 15px;
21 }
22 .nav-list > .active > a,
23 .nav-list > .active > a:hover,
24 .nav-list > .active > a:focus {
25   color: white;
26   text-shadow: 0 -1px 0 rgba(0,0,0,.2);
27   background-color: rgb(66, 139, 202);
28 }
29
30 .spaced-out li {
31    padding-bottom: 1em;
32 }
33
34 .inside-list ul {
35     list-style-position: inside;
36     padding-left: 0;
37 }