From 7b87d1674f8d9ffc2123853b924b32650c1a28e3 Mon Sep 17 00:00:00 2001 From: mrmrs Date: Sun, 22 Sep 2013 13:00:05 -0700 Subject: [PATCH] Removes unneccessary px declaration from values set to 0. --- index.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/index.css b/index.css index 7281167..c8a8fef 100644 --- a/index.css +++ b/index.css @@ -6,12 +6,12 @@ max-height: 250px; height: 250px; background-color: white; - border-collapse: separate; - border: 1px solid rgb(204, 204, 204); - padding: 4px; - box-sizing: content-box; - -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset; - box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset; + border-collapse: separate; + border: 1px solid rgb(204, 204, 204); + padding: 4px; + box-sizing: content-box; + -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0 1px 1px 0 inset; + box-shadow: rgba(0, 0, 0, 0.0745098) 0 1px 1px 0 inset; border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; border-top-left-radius: 3px; overflow: scroll;