diff options
author | Ken Dale | 2015-02-13 19:43:47 -0500 |
---|---|---|
committer | Ken Dale | 2015-02-13 19:43:47 -0500 |
commit | 67140f2369dfa31f4d597bbed30bf0e6304f9d36 (patch) | |
tree | acf931c4a4312a4bb88184781de4d41c3bf86d4d /css/theme/black.css | |
parent | 2ed1d6fb5dd7aa24918342197554fd7a6fbf6797 (diff) |
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 7d3bee4..300c6bd 100644 --- a/css/theme/black.css +++ b/css/theme/black.css @@ -205,6 +205,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; |