richard pushed to branch tor-browser-115.11.0esr-13.5-1 at The Tor Project / Applications / Tor Browser
Commits:
-
c3e505ef
by Henry Wilkes at 2024-05-30T16:38:58+01:00
1 changed file:
Changes:
... | ... | @@ -165,11 +165,16 @@ |
165 | 165 | }
|
166 | 166 | |
167 | 167 | .tor-circuit-addresses {
|
168 | - font-size: smaller;
|
|
168 | + font-size: 0.9em;
|
|
169 | 169 | font-family: monospace;
|
170 | 170 | margin-inline-start: 0.75em;
|
171 | 171 | }
|
172 | 172 | |
173 | +.tor-circuit-ip-address {
|
|
174 | + /* Override the rule for <code>, which is -moz-fixed. */
|
|
175 | + font-family: inherit;
|
|
176 | +}
|
|
177 | + |
|
173 | 178 | /* Footer buttons */
|
174 | 179 | .tor-circuit-button label {
|
175 | 180 | margin: 0;
|