Use display headings for form titles.

Commit
116898a3312ab28de449bfe681f7cdc2bcd653f2
Author
Marius Peter <marius.peter@tutanota.com>
Author date
Committer
Marius Peter <marius.peter@tutanota.com>
Committer date
src/MyFitnessTracker/MFTForm.class.st
index bd8cee03..2a842569 100644..100644
@@ -34,11 +34,13 @@
34 34 html container
35 35 style: 'max-width: 40rem';
36 36 with: [
37 Removed: html heading level1 with: heading.
37 Added: html displayHeading
38 Added: level: 3;
39 Added: with: heading.
38 40 html form: [
39 Removed: aBlock value.
40 Removed: html horizontalRule.
41 Removed: self renderSubmitOn: html ] ]
41 Added: aBlock value.
42 Added: html horizontalRule.
43 Added: self renderSubmitOn: html ] ]
42 44 ]
43 45
44 46 { #category : 'as yet unclassified' }