com presentations: Remove ugly image border: velocity15.html
[email protected] (Rasmus Lerdorf) Fri, 29 May 2015 06:46:05 +0000
| Newsgroups | php.pres |
|---|---|
| Message-ID | <[email protected]> |
Commit: 20dfb9f01596323e950a7b60562aaea8bc80ea06 Author: Rasmus Lerdorf <[email protected]> Thu, 28 May 2015 23:46:05 -0700 Parents: 8e086109525f06baa97dd7770ce7956000c561c0 Branches: master Link: http://git.php.net/?p=presentations.git;a=commitdiff;h=20dfb9f01596323e950a7b60562aaea8bc80ea06 Log: Remove ugly image border Changed paths: M velocity15.html Diff: diff --git a/velocity15.html b/velocity15.html index a9090aa..fcfabd4 100644 --- a/velocity15.html +++ b/velocity15.html @@ -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;