Skip to content

Commit 65ef915

Browse files
authored
Editorial: improve named character references table CSS
Fixes #10618.
1 parent 5db3fd0 commit 65ef915

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

source

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144061,6 +144061,7 @@ INSERT INTERFACES HERE
144061144061
Aharon (Vladimir) Lanin,
144062144062
Ajai Tirumali,
144063144063
Ajay Poshak, <!-- ajayposhak on GitHub -->
144064+
Akash Balenalli
144064144065
Akatsuki Kitamura,
144065144066
Alan Plum,
144066144067
Alastair Campbell,

styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ td.eg { border-width: thin; text-align: center; }
9999
}
100100
#named-character-references-table > table > tbody > tr > td:first-child + td,
101101
#named-character-references-table > table > tbody > tr > td:last-child { text-align: center; }
102-
#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; }
102+
#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; }
103103
#named-character-references-table > table > tbody > tr#entity-CounterClockwiseContourIntegral > td:first-child { font-size: 0.5em; }
104104
#named-character-references-table span.glyph.control { color: var(--control-glyph-text); }
105105

0 commit comments

Comments
 (0)