From 15813f38ef79d06c3841291235b31b12ef46e08d Mon Sep 17 00:00:00 2001 From: Rob Rix Date: Fri, 23 Oct 2015 21:22:58 -0400 Subject: [PATCH] Allow the things to be side by side. --- prototype/UI/index.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/prototype/UI/index.html b/prototype/UI/index.html index 0013be944..1fa35fc53 100644 --- a/prototype/UI/index.html +++ b/prototype/UI/index.html @@ -7,12 +7,10 @@ width: 50%; } #before { - margin-right: 50%; float: left; background-color: #ffecec; } #after { - margin-left: 50%; float: right; background-color: #eaffea; }