1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-04-07 03:06:56 +00:00

Smaller titles for modal dialogs

This commit is contained in:
Jeremy Ruston 2013-03-01 09:13:10 +00:00
parent 5a37820a21
commit 9cbee467cb

View File

@ -30,7 +30,7 @@ Modal.prototype.display = function(title,options) {
modalBackdrop = document.createElement("div"),
modalWrapper = document.createElement("div"),
modalHeader = document.createElement("div"),
headerTitle = document.createElement("h1"),
headerTitle = document.createElement("h3"),
modalBody = document.createElement("div"),
modalLink = document.createElement("a"),
modalFooter = document.createElement("div"),