minor fix of format

Signed-off-by: WaitSpring <me@waitspring.com>
这个提交包含在:
WaitSpring 2023-10-21 20:15:32 +08:00
父节点 231e8569c7
当前提交 8776cad538
找不到此签名对应的密钥
共有 2 个文件被更改,包括 2 次插入2 次删除

查看文件

@ -142,7 +142,7 @@ class GongbiTemplate extends BaseTemplate
$templateData = $this->getSkin()->getTemplateData();
$html = Html::rawElement(
'div',
['id' => 'content', 'class' => 'mw-body', 'role' => 'main'],
['id' => 'content', 'class' => 'mw-body', 'role' => 'main'],
$this->getSiteNotices() .
$this->getIndicators() .
$templateData['html-title-heading'] .

查看文件

@ -194,7 +194,7 @@ figure[ typeof~='mw:File/Frame' ] {
// However, it's still necessary for thumbs because the magnifying icon is present
figure[ typeof~='mw:File/Frame' ] > figcaption:empty {
min-height: 0;
padding-bottom: 0.25em; // Accounts for the difference in margin-bottom above
padding-bottom: 0.25em; // Accounts for the difference in margin-bottom above
}
/**