Skip to content

Commit 00a7dbd

Browse files
authored
Drop Bootstrap 3 and use separate glyphicons css file (#1914)
1 parent a3034f9 commit 00a7dbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

folium/folium.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
# glyphicons came from Bootstrap 3 and are used for Awesome Markers
4646
(
4747
"glyphicons_css",
48-
"https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css",
48+
"https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css",
4949
),
5050
(
5151
"awesome_markers_font_css",

0 commit comments

Comments
 (0)