mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-06 01:02:17 -08:00
Smaller titles for modal dialogs
This commit is contained in:
parent
5a37820a21
commit
9cbee467cb
1 changed files with 1 additions and 1 deletions
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue