Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 9772b8d

Browse files
committed
Bug fix: need to include poll.css
1 parent 3b60d98 commit 9772b8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runestone/poll/poll.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
def setup(app):
2525
app.add_directive('poll',Poll)
2626
app.add_javascript('poll.js')
27-
27+
app.add_stylesheet('poll.css')
2828
app.add_node(PollNode, html=(visit_poll_node, depart_poll_node))
2929

3030

0 commit comments

Comments
 (0)