From 3ead46fba358f75ba070b66cb5c1a69f78e16642 Mon Sep 17 00:00:00 2001 From: Dominic Clifton Date: Fri, 23 Jan 2015 10:29:29 +0100 Subject: [PATCH] Change grid color to grey. Make grid outer border same width as inner borders. --- tabs/led_strip.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tabs/led_strip.css b/tabs/led_strip.css index 42ab19c6a5..c18cc3e89c 100644 --- a/tabs/led_strip.css +++ b/tabs/led_strip.css @@ -302,15 +302,18 @@ .gridSections { position: absolute; - width: 613px; z-index: -1; + width: 608px; + border: 1px solid rgb(236, 236, 236); + margin-top: -1px; + margin-left: -1px; } .gridSections .block { width: 150px; height: 150px; float: left; - border: solid 1px rgba(255, 203, 24, 1); + border: solid 1px rgb(236, 236, 236); }