From: W. Trevor King Date: Wed, 22 May 2013 00:13:51 +0000 (-0400) Subject: beige.css: Use white borders for images X-Git-Tag: thesis-v1.0~24 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f0ee1575cf0490ba386762d3929c6be8c27d46ac;p=reveal.js.git beige.css: Use white borders for images The dark borders are a bit too distracting for me. --- diff --git a/css/theme/beige.css b/css/theme/beige.css index 13d03c0..21dddad 100644 --- a/css/theme/beige.css +++ b/css/theme/beige.css @@ -83,7 +83,7 @@ body { .reveal section img { margin: 15px 0px; background: rgba(255, 255, 255, 0.12); - border: 4px solid #333333; + border: 4px solid #FFFFFF; box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); -webkit-transition: all .2s linear; -moz-transition: all .2s linear;