diff options
author | Hakim El Hattab | 2015-07-07 12:18:33 +0200 |
---|---|---|
committer | Hakim El Hattab | 2015-07-07 12:18:33 +0200 |
commit | 25da01ce41fd8222fb9236e36f75d426ffe3c80f (patch) | |
tree | 5c5dd092fcc320acd44373abdf95da5033520a27 /css/theme/black.css | |
parent | d44125d789a8d80beaf6426379c23270bee131d9 (diff) | |
parent | 67140f2369dfa31f4d597bbed30bf0e6304f9d36 (diff) |
Merge pull request #1132 from kendaleiv/plain-images
Add plain class for plain images
Diffstat (limited to 'css/theme/black.css')
-rw-r--r-- | css/theme/black.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/css/theme/black.css b/css/theme/black.css index fce771b..3cee63e 100644 --- a/css/theme/black.css +++ b/css/theme/black.css @@ -209,6 +209,10 @@ body { border: 4px solid #fff; 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; |