Skip to content

Commit 8f53a3a

Browse files
committed
Set style of left hand navigation tree
Makes the font bigger and bolder, blue and reduces spacing.
1 parent 9aeabea commit 8f53a3a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/cbmc_style.css

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,21 @@ a {
3636
.contents a:visited {
3737
color: #6237a8;
3838
}
39+
40+
#nav-tree .label {
41+
font-weight: bold;
42+
font-size: 1.1em;
43+
}
44+
45+
#nav-tree a {
46+
color: MidnightBlue;
47+
}
48+
49+
#nav-tree .selected a {
50+
padding: 0.5em;
51+
}
52+
53+
#nav-tree .item {
54+
font-size: 1.1em;
55+
padding: 0.2em;
56+
}

0 commit comments

Comments
 (0)