DigitalMitford / DM_Journal_1819-1823

repository for development work with Mary Russell Mitford's Journal of 1819-1823
https://digitalmitford.github.io/DM_Journal_1819-1823/
GNU Affero General Public License v3.0
3 stars 2 forks source link

Journal Web Design Tasks #31

Open SavannahRicks opened 1 year ago

SavannahRicks commented 1 year ago

As of 8/29/23

SavannahRicks commented 1 year ago

Some new ideas, 5/28/23:

ebeshero commented 1 year ago

18 July 2023:

Refactoring CSS (and JS)

     for (var i = 0; i < entries.length; i++) {
     entries[i].style.fontSize = 'smaller';
     /* Maybe we don't need to change the size with JS. Just change it to be smaller across the site in CSS. */
     entries[i].classList.toggle("on");
    }

But is it necessary? Try reducing font-size for all the gloss entries in CSS

ebeshero commented 1 year ago

@SavannahRicks Here's something we should check at our next meeting: Are we transforming the <gap> elements in our HTML output to indicate where things are crossed out or illegible?