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/beige.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/beige.css')
-rw-r--r-- | css/theme/beige.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/css/theme/beige.css b/css/theme/beige.css index 56782f2..4f5be26 100644 --- a/css/theme/beige.css +++ b/css/theme/beige.css @@ -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; |