From 249351b72b971cfcd58d8cd49f824af8a7941dce Mon Sep 17 00:00:00 2001 From: Philip Rogers Date: Thu, 3 Mar 2016 18:39:20 -0800 Subject: [PATCH] Fix css typo from dcda8a8 which caused the gap between the left and right columns to be twice as large as needed. --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index e2f3afd..889d6f6 100644 --- a/index.html +++ b/index.html @@ -71,8 +71,8 @@ width: 0; } /* Ensure there's not twice the padding when side-by-side. */ - .#leftTile { margin-right: 1em; } - .#rightTile { margin-left: 1em; } + #leftTile { margin-right: 1em; } + #rightTile { margin-left: 1em; } .type { border-bottom: 1px solid #dbdbdb; color: rgba(0,0,0,0.87);