Skip to content

Commit a78442b

Browse files
Update plotly-style.css
1 parent a4b600d commit a78442b

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

doc/apidoc/_static/plotly-style.css

+22
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,25 @@ code {
3636
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
3737
background: lightgrey;
3838
}
39+
40+
dt {
41+
font-weight: normal;
42+
}
43+
44+
dd {
45+
margin-left: 20px;
46+
}
47+
48+
blockquote {
49+
font-size: 15px;
50+
border-left: none;
51+
}
52+
53+
li {
54+
margin-top: 8px;
55+
margin-bottom: 8px;
56+
}
57+
58+
code {
59+
background-color: #F5F5F5
60+
}

0 commit comments

Comments
 (0)