Skip to content

Commit 6949894

Browse files
SvenDowideitArnaud Porterie
authored andcommitted
remove the text-indent and increase the font size
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
1 parent 1aeb78c commit 6949894

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/theme/mkdocs/css/docs.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050

5151
#leftnav li {
5252
margin-top: 20px;
53-
text-indent: -16px;
54-
padding-left: 16px;
53+
// text-indent: -16px;
54+
padding-left: 10px;
5555
}
5656
#leftnav .nav-tabs.nav ul li {
5757
margin-top: 5px;
@@ -130,7 +130,7 @@ pre {
130130
box-sizing: border-box;
131131
}
132132
#nav_menu #docsnav #main-nav > li {
133-
font-size: 14px;
133+
font-size: 15px;
134134
font-weight: 400;
135135
color: #253237;
136136
line-height: 2em;
@@ -195,13 +195,13 @@ pre {
195195
display: block;
196196
}
197197
.dd_menu li a {
198-
font-size: 14px;
198+
font-size: 15px;
199199
font-weight: 400;
200200
color: #005976;
201201
}
202202
.dd_menu li a:hover {
203203
text-decoration: none;
204-
font-size: 14px;
204+
font-size: 15px;
205205
font-weight: 400;
206206
color: #24b8eb;
207207
}

0 commit comments

Comments
 (0)