aboutsummaryrefslogtreecommitdiff
path: root/css/theme/template
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2015-07-07 12:18:33 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2015-07-07 12:18:33 +0200
commit25da01ce41fd8222fb9236e36f75d426ffe3c80f (patch)
tree5c5dd092fcc320acd44373abdf95da5033520a27 /css/theme/template
parentd44125d789a8d80beaf6426379c23270bee131d9 (diff)
parent67140f2369dfa31f4d597bbed30bf0e6304f9d36 (diff)
downloadperl-software-in-gnu-guix-25da01ce41fd8222fb9236e36f75d426ffe3c80f.tar
perl-software-in-gnu-guix-25da01ce41fd8222fb9236e36f75d426ffe3c80f.tar.gz
Merge pull request #1132 from kendaleiv/plain-images
Add plain class for plain images
Diffstat (limited to 'css/theme/template')
-rw-r--r--css/theme/template/theme.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/css/theme/template/theme.scss b/css/theme/template/theme.scss
index e0e5fb6..91eeca7 100644
--- a/css/theme/template/theme.scss
+++ b/css/theme/template/theme.scss
@@ -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;