mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-18 04:21:26 +02:00
Merge pull request #1132 from kendaleiv/plain-images
Add plain class for plain images
This commit is contained in:
@@ -267,6 +267,11 @@ body {
|
||||
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 .15s linear;
|
||||
-moz-transition: all .15s linear;
|
||||
|
Reference in New Issue
Block a user