Skip to content

Commit

Permalink
Merge pull request #10 from chuckhoupt/chuckhoupt-mw-1.23
Browse files Browse the repository at this point in the history
Updated to support MediaWiki 1.23.x (LTS)
  • Loading branch information
AndrewBelt committed Feb 13, 2015
2 parents 1e95b0c + 23af428 commit 6a741f0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ ul {
margin: 1em auto;
}

#content {
#content, div#content {
border: none;
color: black;
}
Expand Down Expand Up @@ -111,17 +111,17 @@ ul {
padding: 2em 0;
}

.mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6 {
.mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6, div#content h1, div#content h2, div#content #firstHeading {
font-family: inherit;
line-height: 1.5em;
margin-bottom: 0.5em;
}

.mw-body h1 {
.mw-body h1, div#content h1 {
font-size: 2em;
}

.mw-body h2 {
.mw-body h2, div#content h2 {
font-size: 1.5em;
}

Expand Down Expand Up @@ -198,4 +198,4 @@ div.tright {

div.tleft {
margin: 0.5em 1.5em 0.5em 0;
}
}

0 comments on commit 6a741f0

Please sign in to comment.