Skip to content

Commit 8963e6f

Browse files
committed
Add horizontal line below title
1 parent 6df79ae commit 8963e6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hoverxref/_static/js/hoverxref.js_t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ $(document).ready(function() {
113113
<h1 class="modal__title" id="micromodal-title"></h1>
114114
<button class="modal__close" aria-label="Close modal" data-micromodal-close></button>
115115
</header>
116+
<hr/>
116117
<main class="modal__content" id="micromodal-content"></main>
117118
<footer class="modal__footer">
118119
<button class="modal__btn" data-micromodal-close aria-label="Close this dialog window">Close</button>

0 commit comments

Comments
 (0)