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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user