Skip to content

Commit ea92b79

Browse files
committed
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.
1 parent 3ba754d commit ea92b79

File tree

2 files changed

+5205
-4441
lines changed

2 files changed

+5205
-4441
lines changed

apps/routerconsole/jsp/themes/console/dark/console.css

+4-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,8 @@ div.warning {
170170

171171
.warning p,
172172
.warning a {
173-
font-size: 10pt line-height: 130%;
173+
font-size: 10pt;
174+
line-height: 130%;
174175
}
175176

176177
.warning p {
@@ -544,6 +545,8 @@ div.warning {
544545
#sb_help td {
545546
/* color ellipsis */
546547
color: #595 !important;
548+
border-collapse: collapse;
549+
table-layout: fixed;
547550
}
548551

549552
#sb_services,

0 commit comments

Comments
 (0)