Commit: 25dfdac6b24abe0a99dcd837bbcf6f5ed153ee35 Author: Levi Morrison <le...@php.net> Fri, 30 May 2014 10:14:48 -0600 Parents: 4af6e320403fafc5c1ada619d9a065aa37bac268 Branches: master
Link: http://git.php.net/?p=web/shared.git;a=commitdiff;h=25dfdac6b24abe0a99dcd837bbcf6f5ed153ee35 Log: Increase font-size for the first paragraph in the Introduction; hopefully this encourages RFC authors to write better introductions. Changed paths: M styles/wiki.css Diff: diff --git a/styles/wiki.css b/styles/wiki.css index aeda8ff..e4ca8d8 100644 --- a/styles/wiki.css +++ b/styles/wiki.css @@ -67,6 +67,18 @@ body { margin-left: 0; margin-right: 16em; } + +/* Make the font-size of the first paragraph in the Introduction section + * a bit larger if the paragraph is the first child of the introduction. + * Technically dokuwiki puts the content in a div immediately after the + * header; hence the strange rule. + * + * Hopefully this encourages RFC authors to write better introductions. + */ +#dokuwiki__content #introduction + div > p:first-child { + font-size:1.125em; +} + #dokuwiki__footer { clear: both; } @@ -1034,4 +1046,5 @@ li code { .revision_desc { font-style: italic; -} \ No newline at end of file +} + -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php