diff --git a/includes/GongbiTemplate.php b/includes/GongbiTemplate.php index 8d4a281..1096437 100644 --- a/includes/GongbiTemplate.php +++ b/includes/GongbiTemplate.php @@ -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'] . diff --git a/resources/content.media-common.less b/resources/content.media-common.less index 44587d3..bd3d03f 100644 --- a/resources/content.media-common.less +++ b/resources/content.media-common.less @@ -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 } /**