diff --git a/skinStyles/extensions/AccountInfo/ext.AccountInfo.special.less b/skinStyles/extensions/AccountInfo/ext.AccountInfo.special.less index 236b1e8a..628bcf67 100644 --- a/skinStyles/extensions/AccountInfo/ext.AccountInfo.special.less +++ b/skinStyles/extensions/AccountInfo/ext.AccountInfo.special.less @@ -3,13 +3,27 @@ * * SkinStyles for Extension:AccountInfo * Module: ext.AccountInfo.special - * Version: REL1_39 (3145de8) + * Version: REL1_39 (2e529e7) * - * Date: 2024-07-13 + * Date: 2024-07-24 */ -.mw-special-AccountInfo table, -.mw-special-AccountInfo #mw-content-text > p { +.mw-special-AccountInfo h1 { + margin-bottom: 0.25em; + font-size: var( --font-size-xxx-large ); + font-weight: var( --font-weight-semibold ); + border-bottom: none; +} + +.mw-special-AccountInfo p { + width: 100%; + padding: 0; + margin-bottom: none; + background: none; + border-radius: 0; +} + +.mw-special-AccountInfo table { width: 100%; }