From 7c0284be1718521e46017fc4f68d2f50e37b8219 Mon Sep 17 00:00:00 2001 From: Christopher Hiller Date: Sun, 31 Jul 2016 21:09:39 -0700 Subject: [PATCH] fixed typo in mocha.css introduced by 185c0d902e272216232630fe4e2577268456dd9a [ci skip] --- mocha.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mocha.css b/mocha.css index cd24c430d1..ec96b003c9 100644 --- a/mocha.css +++ b/mocha.css @@ -92,7 +92,7 @@ body { color: #fff; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.2); -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.2); - -box-shadow: inset 0 1px 1px rgba(0,0,0,.2); + box-shadow: inset 0 1px 1px rgba(0,0,0,.2); -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px;