Skip to content

Commit e2294c1

Browse files
Merge branch 'doc-prod'
2 parents 172c0e6 + 36db7a6 commit e2294c1

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
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+
}

doc/python/images.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ fig.add_trace(
5656
# Add images
5757
fig.add_layout_image(
5858
dict(
59-
source="https://images.plotly.com/language-icons/api-home/python-logo.png",
59+
source="https://images.plot.ly/language-icons/api-home/python-logo.png",
6060
xref="x",
6161
yref="y",
6262
x=0,

0 commit comments

Comments
 (0)