Skip to content

Commit c17b2a6

Browse files
committed
Add changes for a06c670
1 parent 8d95ed4 commit c17b2a6

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

Diff for: .buildinfo

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 5586acdc5b4e9d4406918b8b31b2201e
3+
config: 9a53266b0003124642f9fae72e53a1df
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

Diff for: _static/css/config.css

+12-5
Original file line numberDiff line numberDiff line change
@@ -34,27 +34,34 @@ figure figcaption {
3434
}
3535

3636
/* increase the size of the side bar from 300px default to 320px */
37-
.wy-nav-side {
38-
width: 320px;
37+
.wy-nav-side.shift {
38+
width: 320px !important;
39+
left: 0;
3940
}
4041

4142
.wy-side-scroll {
42-
width: 340px;
43+
width: 320px;
44+
overflow: hidden;
4345
}
4446

4547
.wy-side-nav-search {
4648
width: 320px;
47-
background: #08adee !important;
49+
background: #090b22 !important;
4850
}
4951

5052
.icon.icon-home {
51-
color: #000000 !important;
53+
color: #ffffff !important;
54+
width: 70%;
5255
}
5356

5457
.wy-menu-vertical {
5558
width: 320px;
5659
}
5760

61+
.wy-nav-content-wrap.shift {
62+
left: 320px;
63+
}
64+
5865
/* (temporarily) add an under development tagline to the bread crumb
5966
.wy-breadcrumbs::after {
6067
content: " (Content under development)";

Diff for: _static/logo.png

18 KB
Loading

0 commit comments

Comments
 (0)