MediaWiki:Common.css: Difference between revisions

From Arms of Venus
No edit summary
No edit summary
Line 9: Line 9:
body.page-Main_Page div.contentHeader {
body.page-Main_Page div.contentHeader {
   display: none;
   display: none;
}
#bodyContent, .bodyContent {
max-width: 100%;
}
}

Revision as of 12:36, 10 April 2026

a[href*="armsofvenus.atlassian.net/jira"]::before {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    content: "\f7b1";
    display: inline-block;
    margin-right: 0.45em;
}

body.page-Main_Page div.contentHeader {
  display: none;
}

#bodyContent, .bodyContent {
max-width: 100%;
}