Recoded it to not use the editor for the Second Chance page. The editor was not able to handle a download link (the link failed to work without a page refresh after clicking, and the download property of the link could not be set).

This commit is contained in:
Wynne Crisman
2020-11-16 19:15:49 -08:00
parent da36c139eb
commit 7766cd517b
12 changed files with 208 additions and 44 deletions

View File

@@ -43,7 +43,7 @@ h3
background-color: #EEE
.textView
border: 1px solid #DDD
//border: 1px solid #DDD
padding: 10px
font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif
font-size: 16px
@@ -202,6 +202,7 @@ h3
@import "../imports/ui/Grants.import.styl"
@import "../imports/ui/Internships.import.styl"
@import "../imports/ui/Scholarships.import.styl"
@import "../imports/ui/SecondChance.import.styl"
@import "../imports/ui/Fellowships.import.styl"
@import "../imports/ui/News&Notices.import.styl"
@import "../imports/ui/PhotoGallery.import.styl"