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; }