From dfa6018dcae6f70dcb089eaaf7ce6da7c5f3f8ba Mon Sep 17 00:00:00 2001 From: skaman82 Date: Fri, 30 Oct 2015 20:32:16 +0100 Subject: [PATCH] small css change in ports tab --- tabs/ports.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tabs/ports.css b/tabs/ports.css index 1b32503c..5a4f44d5 100644 --- a/tabs/ports.css +++ b/tabs/ports.css @@ -37,8 +37,8 @@ table.ports tr:first-child td:last-child { border-top-right-radius: 0px; } .tab-ports table td { border-bottom:1px solid #e4e4e4; - padding-top:6px; - padding-bottom:6px; + padding-top:4px; + padding-bottom:4px; padding-left:5px; padding-right:5px; }