Skip to content

Commit

Permalink
Editorial: improve named character references table CSS
Browse files Browse the repository at this point in the history
Fixes #10618.
  • Loading branch information
qu1chu5 committed Oct 1, 2024
1 parent 5db3fd0 commit 65ef915
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -144061,6 +144061,7 @@ INSERT INTERFACES HERE
Aharon (Vladimir) Lanin,
Ajai Tirumali,
Ajay Poshak, <!-- ajayposhak on GitHub -->
Akash Balenalli
Akatsuki Kitamura,
Alan Plum,
Alastair Campbell,
Expand Down
2 changes: 1 addition & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ td.eg { border-width: thin; text-align: center; }
}
#named-character-references-table > table > tbody > tr > td:first-child + td,
#named-character-references-table > table > tbody > tr > td:last-child { text-align: center; }
#named-character-references-table > table > tbody > tr > td:last-child:hover > span { position: absolute; top: auto; left: auto; margin-left: 0.5em; line-height: 1.2; font-size: 5em; border: outset; padding: 0.25em 0.5em; background: var(--bg, Canvas); width: 1.25em; height: auto; text-align: center; }
#named-character-references-table > table > tbody > tr > td:last-child:hover > span { position: absolute; top: auto; left: auto; margin-left: 0.2em; line-height: 1.2; font-size: 5em; border: outset; padding: 0.25em 0.5em; background: var(--bg, Canvas); width: 1.25em; height: auto; text-align: center; }
#named-character-references-table > table > tbody > tr#entity-CounterClockwiseContourIntegral > td:first-child { font-size: 0.5em; }
#named-character-references-table span.glyph.control { color: var(--control-glyph-text); }

Expand Down

0 comments on commit 65ef915

Please sign in to comment.