com presentations: font size tweak: modernweb15.html slides/intro/php7_2015.xml
[email protected] (Rasmus Lerdorf)
| Newsgroups | php.pres |
|---|---|
| Message-ID | <[email protected]> |
Commit: f70128bcf9d130908fefbbce0f9f6cabdfa7118d Author: Rasmus Lerdorf <[email protected]> Fri, 15 May 2015 09:26:55 -0700 Parents: 42bccf0fb9a6120c971280bc3575e85929758d33 Branches: master Link: http://git.php.net/?p=presentations.git;a=commitdiff;h=f70128bcf9d130908fefbbce0f9f6cabdfa7118d Log: font size tweak Changed paths: M modernweb15.html M slides/intro/php7_2015.xml Diff: diff --git a/modernweb15.html b/modernweb15.html index 9027fdd..b6f5056 100644 --- a/modernweb15.html +++ b/modernweb15.html @@ -229,7 +229,7 @@ type string, integer given</code></pre> </section> <section id="php7anon"> <p class="p" style="font-size:1.1em;text-align:left;">✔ Anonymous Classes</p> - <pre><code data-trim style="font-size:1.5em;">return new class($controller) implements Page { + <pre><code data-trim style="font-size:1.2em;">return new class($controller) implements Page { public function __construct($controller) { /* ... */ } diff --git a/slides/intro/php7_2015.xml b/slides/intro/php7_2015.xml index c8ed14b..fdfe05e 100644 --- a/slides/intro/php7_2015.xml +++ b/slides/intro/php7_2015.xml @@ -50,7 +50,7 @@ type string, integer given <break lines="1" section="php7anon"/> <blurb fontsize="1.1em" align="left">✔ Anonymous Classes</blurb> -<example fontsize="1.5em" result='0' title=""><![CDATA[ +<example fontsize="1.2em" result='0' title=""><![CDATA[ <?php return new class($controller) implements Page { public function __construct($controller) {