com web/pres2: Larger code examples: presentations/joburg14.xml samdark.css
[email protected] (Rasmus Lerdorf)
| Newsgroups | php.pres |
|---|---|
| Message-ID | <[email protected]> |
Commit: 4c7b4fe519547684d6ce2234a29e8a122751888e Author: Rasmus Lerdorf <[email protected]> Fri, 16 May 2014 12:50:19 +0200 Parents: d363f0d19e52c9c4870914c33f9ee3e2d5d214a1 Branches: master Link: http://git.php.net/?p=web/pres2.git;a=commitdiff;h=4c7b4fe519547684d6ce2234a29e8a122751888e Log: Larger code examples Changed paths: M presentations/joburg14.xml M samdark.css Diff: diff --git a/presentations/joburg14.xml b/presentations/joburg14.xml index 6b2c6c6..4e322a7 100644 --- a/presentations/joburg14.xml +++ b/presentations/joburg14.xml @@ -43,6 +43,7 @@ <slide>slides/intro/atomic3c.xml</slide> <slide>slides/intro/atomic3.xml</slide> <slide>slides/intro/atomic4.xml</slide> +<slide>slides/intro/codeascraft.xml</slide> <slide>slides/intro/lovehack.xml</slide> <slide>slides/intro/greenland0.xml</slide> diff --git a/samdark.css b/samdark.css index 28f223a..23c1b9c 100644 --- a/samdark.css +++ b/samdark.css @@ -14,6 +14,8 @@ .reveal code { font-family: Monaco, consolas, monospace; + font-size: 150%; + line-height: 125%; } .reveal pre.big code {