From 1d8898778e0760a3a9ef44e16296fae71eabd956 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Mon, 3 Jul 2017 11:30:01 -0400 Subject: [PATCH] For tile boundary debug, switch border -> outline to not affect layout --- css/80_app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/80_app.css b/css/80_app.css index 040001c1f..9845da69d 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -2505,7 +2505,7 @@ img.tile { } img.tile-debug { - border: 1px solid red; + outline: 1px solid red; } img.tile-loaded {