From b7fd87d9bbb530fdf239fe7037a36f3e2700f780 Mon Sep 17 00:00:00 2001 From: Evren Ozkan Date: Mon, 16 Nov 2015 22:57:14 -0500 Subject: [PATCH] Styling fixing --- LesionTracker/client/body.styl | 2 -- 1 file changed, 2 deletions(-) diff --git a/LesionTracker/client/body.styl b/LesionTracker/client/body.styl index d7f8122d0..5661749ec 100644 --- a/LesionTracker/client/body.styl +++ b/LesionTracker/client/body.styl @@ -41,7 +41,6 @@ table#tblStudyList tbody > tr > td{ #tablist { width: 84%; - border: solid 1px red; overflow-x: auto; } @@ -57,7 +56,6 @@ table#tblStudyList tbody > tr > td{ @media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) { #tablist { width: 84%; - border: solid 1px green; overflow-x: auto; }