projects
/
reveal.js.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8664fe
)
beige.css: Use white borders for images
author
W. Trevor King
<wking@tremily.us>
Wed, 22 May 2013 00:13:51 +0000
(20:13 -0400)
committer
W. Trevor King
<wking@tremily.us>
Wed, 22 May 2013 00:13:51 +0000
(20:13 -0400)
The dark borders are a bit too distracting for me.
css/theme/beige.css
patch
|
blob
|
history
diff --git
a/css/theme/beige.css
b/css/theme/beige.css
index 13d03c061d0267602546e743e14ffeea92e99e99..21dddad80213b15db4c751585f1a922ee7e79661 100644
(file)
--- 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;