www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit ebd05690ed4583235d6fe600a1b18491c49862d4
parent 9875f0d8863479744dbc9eb5eda71a3a26315475
Author: Andrew Belt <andrewpbelt@gmail.com>
Date:   Tue, 17 Feb 2015 23:05:48 -0500

Merge branch 'master' of github.com:AndrewBelt/WiTeX

Diffstat:
Mstyle.css | 11+++++------
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 +}