com presentations: Fix margin: slides/intro/storytime.xml techweek.html
[email protected] (Rasmus Lerdorf) Mon, 22 May 2017 11:27:33 +0000
| Newsgroups | php.pres |
|---|---|
| Message-ID | <[email protected]> |
Commit: 4b2ae40d7258738b2175c06bc16be8f609d92276 Author: Rasmus Lerdorf <[email protected]> Mon, 22 May 2017 14:27:33 +0300 Parents: 6ed510f421fb7aece22c9b97f62a8f0784afcddf Branches: master Link: http://git.php.net/?p=presentations.git;a=commitdiff;h=4b2ae40d7258738b2175c06bc16be8f609d92276 Log: Fix margin Changed paths: M slides/intro/storytime.xml M techweek.html Diff: diff --git a/slides/intro/storytime.xml b/slides/intro/storytime.xml index 6ec3e24..3687f44 100644 --- a/slides/intro/storytime.xml +++ b/slides/intro/storytime.xml @@ -44,8 +44,8 @@ mSQL 1.0 Patch 9 20 - Oct - 1995 <break lines="1" section="ecosystem"/> <blurb fontsize="2em">Focus on the Ecosystem</blurb> <list> -<bullet fontsize="1.5em" marginleft="2em" type="none">LAMP wasn't an accident</bullet> -<bullet fontsize="1.5em" marginleft="2em" type="none">|ff2233|♥| shared hosting ISPs</bullet> +<bullet fontsize="1.5em" type="none">LAMP wasn't an accident</bullet> +<bullet fontsize="1.5em" type="none">|ff2233|♥| shared hosting ISPs</bullet> </list> </slide> diff --git a/techweek.html b/techweek.html index fda3c51..03fc3c5 100644 --- a/techweek.html +++ b/techweek.html @@ -288,8 +288,8 @@ Hi <?echo $name?>, you are <?echo $age?> years old <section id="ecosystem"> <p class="p" style="font-size:2em;">Focus on the Ecosystem</p> <ul> - <li style="font-size: 1.5em;margin-left: 2em;list-style-type: none;">LAMP wasn't an accident</li> - <li style="font-size: 1.5em;margin-left: 2em;list-style-type: none;"><font color="ff2233">♥</font> shared hosting ISPs</li> + <li style="font-size: 1.5em;list-style-type: none;">LAMP wasn't an accident</li> + <li style="font-size: 1.5em;list-style-type: none;"><font color="ff2233">♥</font> shared hosting ISPs</li> </ul> </section> </section> <section>