forked from I2P_Developers/i2p.i2p
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:
@@ -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
Reference in New Issue
Block a user