forked from aviabird/angularspree
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoriginal.css
More file actions
47 lines (39 loc) · 898 Bytes
/
original.css
File metadata and controls
47 lines (39 loc) · 898 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
.navbar-default .navbar-brand, .menu ul.list li.title {
font-weight: bold;
color: #3c3c3c;
padding-bottom: 5px;
}
.menu ul.list li a[data-type="chapter-link"], .menu ul.list li.chapter .simple {
font-weight: bold;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
font-size: 14px;
}
.menu ul.list li a[href="./routes.html"] {
border-bottom: none;
}
.menu ul.list > li:nth-child(2) {
display: none;
}
.menu ul.list li.chapter ul.links {
background: #fff;
padding-left: 0;
}
.menu ul.list li.chapter ul.links li {
border-bottom: 1px solid #ddd;
padding-left: 20px;
}
.menu ul.list li.chapter ul.links li:last-child {
border-bottom: none;
}
.menu ul.list li a.active {
color: inherit;
font-weight: bold;
}
#book-search-input {
margin-bottom: 0;
border-bottom: none;
}
.menu ul.list li.divider {
margin: 0;
}