Skip to content

Commit a5212e7

Browse files
navbar tweaks
1 parent b201a64 commit a5212e7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

doc/apidoc/_static/plotly-style.css

+6-1
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,18 @@
22
background-color: #fff;
33
}
44
.navbar {
5-
min-height: 75px;
5+
border-bottom: 1px solid #e7e7e7;
66
}
77
.navbar-brand {
88
font-family: "Open Sans", sans-serif;
99
padding: 10px 10px;
1010
}
1111

12+
.navbar-nav > li > a {
13+
padding-top: 10px;
14+
padding-bottom: 0;
15+
}
16+
1217
.body {
1318
font-family: "Open Sans", sans-serif;
1419
}

0 commit comments

Comments
 (0)