diff options
| author | Joe Carstairs <118172583+jcarstairs-scottlogic@users.noreply.github.com> | 2023-12-21 21:21:30 +0000 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2024-01-12 08:29:08 +0000 |
| commit | 5d5e2f8aa5c4030c33bf06f2cb817b9d770cc884 (patch) | |
| tree | 1ef67a95bec53331eeba34787e6edc03a2fd9bb1 /src/data | |
| parent | 9102fe8bcd13c01bf7bae462e013c920cae9f52f (diff) | |
Improve CSS reset (#51)
* Font size inflation
* Removes main adjustment for IE
* Documents hr corrections
* Documents pre corrections
* Documents abbr[title] corrections
* Documents b, strong corrections
* Squishes pre rule with code,kbd,samp
* Documents sub,sub line-height fix
* Removes IE fix for img borders
* Documents form control resets
* Documents details display:block
* Documents summary correction
* Removes [hidden] fix for IE
* Adds border-box sizing rules
* Refactors links
Diffstat (limited to 'src/data')
| -rw-r--r-- | src/data/committee.ts | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/src/data/committee.ts b/src/data/committee.ts index 606268a..9f40691 100644 --- a/src/data/committee.ts +++ b/src/data/committee.ts @@ -135,13 +135,11 @@ const committee: CommitteeMember[] = [ sco: ` William Hershaw is the praisent eiditor o Lallans. He is a weill-kent <a - class="link" href="http://www.scottishpoetrylibrary.org.uk/poetry/poets/william-hershaw" > poet </a> and <a - class="link" href="https://en-gb.facebook.com/bowhillplayers" > singer @@ -149,20 +147,18 @@ const committee: CommitteeMember[] = [ mining community he trowes that ‘the Scots leid is for aabody’ and “gin ye tint your leid ye tint your sel’. Aa Scots leid has a feir in Lallans. William can be contacted at - <a class="link" href="mailto:w.hershaw678@btinternet"> + <a href="mailto:w.hershaw678@btinternet"> w.hershaw678@btinternet </a>. `, 'en-GB': ` William Hershaw is the current editor of Lallans. He is a well-known <a - class="link" href="http://www.scottishpoetrylibrary.org.uk/poetry/poets/william-hershaw" > poet </a> and <a - class="link" href="https://en-gb.facebook.com/bowhillplayers" > singer @@ -170,7 +166,7 @@ const committee: CommitteeMember[] = [ community, he believes that ‘the Scots language is for everyone’ and “if you lose your language you lose your self.’ All Scots language can give it a shot in Lallans. William can be contacted at - <a class="link" href="mailto:w.hershaw678@btinternet"> + <a href="mailto:w.hershaw678@btinternet"> w.hershaw678@btinternet </a>. `, @@ -220,13 +216,13 @@ const committee: CommitteeMember[] = [ George T Watt is a writer in Scots poesie, cutty tales and airticles. This cheil haes been published in mony anthologies an magazines as weel as Lallans. He haes produced seiveral recordings fur - <a class="link" href="/en-GB/furthsettins/scotsoun">Scotsoun</a> anaa. + <a href="/en-GB/furthsettins/scotsoun">Scotsoun</a> anaa. `, 'en-GB': ` George T Watt is a writer in Scots poetry, short stories and articles. He has been published in many anthologies and magazines as well as Lallans. He has also produced several recordings for - <a class="link" href="/en-GB/furthsettins/scotsoun">Scotsoun</a>. + <a href="/en-GB/furthsettins/scotsoun">Scotsoun</a>. `, }, img: { |
