Merge pull request #1132 from kendaleiv/plain-images

Add plain class for plain images
This commit is contained in:
Hakim El Hattab
2015-07-07 12:18:33 +02:00
12 changed files with 49 additions and 0 deletions

View File

@ -213,6 +213,10 @@ body {
border: 4px solid #333;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
.reveal section img.plain {
border: 0;
box-shadow: none; }
.reveal a img {
-webkit-transition: all 0.15s linear;
-moz-transition: all 0.15s linear;