Differences From Artifact [fbcf2e95b7]:
- File src/default.css — part of check-in [53ff9d0de0] at 2021-09-23 04:46:50 on branch trunk — Minor restructuring of the /file line number DOM elements to address text-mode browsers. [forum:c8fd094267a0f0d9| Forum post c8fd094267a0f0d9]. (user: stephan size: 38369)
To Artifact [a92d3abc2f]:
- File src/default.css — part of check-in [9956fa6dde] at 2021-09-23 04:53:26 on branch trunk — In /ci_edit, add a footnote recommending against setting fixed color values. That feature predates skins by years and does not play well with arbitrary skins. (user: stephan size: 38405)
| ︙ | |||
1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 | 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 | + + + |
border-color: inherit;
min-height: 1.5em;
font-size: 1.2em;
padding: 0.2em;
margin: 0.25em 0;
flex: 0 0 auto;
}
.font-size-80 {
font-size: 80%;
}
.font-size-100 {
font-size: 100%;
}
.font-size-125 {
font-size: 125%;
}
.font-size-150 {
|
| ︙ |