set table-width to fixed on console dark theme, and run the auto-indenter on the console light theme to fix it's inconsistent tabs. Merge the chrome-overrides rules on the console light theme CSS. Changes to light theme are entirely cosmetic, except that they improve the reliability of my CSS linter.

This commit is contained in:
idk
2022-02-11 23:01:51 -05:00
parent 3ba754d723
commit ea92b79340
2 changed files with 5169 additions and 4405 deletions

View File

@@ -170,7 +170,8 @@ div.warning {
.warning p,
.warning a {
font-size: 10pt line-height: 130%;
font-size: 10pt;
line-height: 130%;
}
.warning p {
@@ -544,6 +545,8 @@ div.warning {
#sb_help td {
/* color ellipsis */
color: #595 !important;
border-collapse: collapse;
table-layout: fixed;
}
#sb_services,

File diff suppressed because it is too large Load Diff