From 0f0db1662ea90b1e0c408ddbe86b2dd03a0becc4 Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Sat, 29 Nov 2014 11:34:20 -0500 Subject: [PATCH] one semicolon --- app/assets/stylesheets/application.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index a7fa56b8..14904971 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -1991,7 +1991,7 @@ and it won't be important on password protected instances */ height: 434px; background-color: #e0e0e0; padding: 64px 124px 64px 124px; - box-shadow: 0px 6px 3px rgba(0, 0, 0, 0.23), 10px 10px 10px rgba(0, 0, 0, 0.19) + box-shadow: 0px 6px 3px rgba(0, 0, 0, 0.23), 10px 10px 10px rgba(0, 0, 0, 0.19); border-radius: 2px; } .lightboxContent h3 {