com web/pres2: Remove ugly image border: reveal_template.ph p
[email protected] (Rasmus Lerdorf) Fri, 29 May 2015 06:45:44 +0000
| Newsgroups | php.pres |
|---|---|
| Message-ID | <[email protected]> |
Commit: e4b93c4f608ccff3a8f231517b551f27ec7edb25 Author: Rasmus Lerdorf <[email protected]> Thu, 28 May 2015 23:45:44 -0700 Parents: 97c8e3e80d3dec8e00c04daef0852911dc834862 Branches: master Link: http://git.php.net/?p=web/pres2.git;a=commitdiff;h=e4b93c4f608ccff3a8f231517b551f27ec7edb25 Log: Remove ugly image border Changed paths: M reveal_template.php Diff: diff --git a/reveal_template.php b/reveal_template.php index c546890..c45dfc6 100644 --- a/reveal_template.php +++ b/reveal_template.php @@ -37,6 +37,11 @@ -webkit-text-size-adjust: none; } + .reveal section img { + box-shadow: none; + border: none; + } + .reveal code.shell { display: block; overflow-x: auto;