From dc4fd6f659f397017953b47a3f6f47a210aa095d Mon Sep 17 00:00:00 2001 From: Rob Rix Date: Fri, 23 Oct 2015 21:25:50 -0400 Subject: [PATCH] Columns have no background colour. --- prototype/UI/index.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/prototype/UI/index.html b/prototype/UI/index.html index 1fa35fc53..8e73a35f6 100644 --- a/prototype/UI/index.html +++ b/prototype/UI/index.html @@ -8,11 +8,9 @@ } #before { float: left; - background-color: #ffecec; } #after { float: right; - background-color: #eaffea; } body { margin: 0;