haggis78 / BreconChurch

Files for our DH project on Henry VIII's Letter Patent founding Brecon Collegiate Church in Wales.
3 stars 0 forks source link

Font style issues on CSS #28

Closed haggis78 closed 4 years ago

haggis78 commented 4 years ago

@ebeshero @amberpeddicord @ChinoyIndustries @alnopa9 We'd noticed that the strikethroughs and superscripts we marked up in the xml weren't presenting as such in the html. I added a few lines to the CSS that I hope will accomplish that, If not, they will be easy to find -- they are all the way at the bottom of the CSS.

Now, how to present in html a situation where one scribe actually overwrote another scribe's text? H'mmm. That may need to be rendered as a strikethrough and superscript too.

amberpeddicord commented 4 years ago

@haggis78 I updated the server, so those changes should be visible on the site now!

haggis78 commented 4 years ago

@amberpeddicord Didn't work -- trying a different syntax.

haggis78 commented 4 years ago

@amberpeddicord Somehow I created another merge conflict? Working on it. Grrr.

haggis78 commented 4 years ago

@amberpeddicord Solved. I think it was actually because I pushed README.md and then didn't pull before pushing the CSS. Anyway, the new CSS should now be up. Let's give that a try.

amberpeddicord commented 4 years ago

@haggis78 Updated the server again! Let me know if that worked.

haggis78 commented 4 years ago

@amberpeddicord Alas no.

haggis78 commented 4 years ago

@amberpeddicord I'm OK with our not solving this particular problem today.

alnopa9 commented 4 years ago

@haggis78 I added your superscripts to witness D. To make text a superscript in HTML you just wrap it in <sup> tags. commit