commit 6a741f07032934c66d3950dec71e9b8d86d437e8
parent 1e95b0cf62b2ef7d62d64154138a65cf1b4dffbe
Author: Andrew Belt <AndrewBelt@users.noreply.github.com>
Date: Fri, 13 Feb 2015 12:44:32 -0500
Merge pull request #10 from chuckhoupt/chuckhoupt-mw-1.23
Updated to support MediaWiki 1.23.x (LTS)
Diffstat:
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/style.css b/style.css
@@ -81,7 +81,7 @@ ul {
margin: 1em auto;
}
-#content {
+#content, div#content {
border: none;
color: black;
}
@@ -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;
}
@@ -198,4 +198,4 @@ div.tright {
div.tleft {
margin: 0.5em 1.5em 0.5em 0;
-}
-\ No newline at end of file
+}