From 573e802db94d6e8817a054a649778f2769579c14 Mon Sep 17 00:00:00 2001 From: Peter Borzov Date: Thu, 15 Jan 2015 16:10:43 +0500 Subject: [PATCH] Add Padding to table cells --- dist/netvis.css | 4 ++++ src/netvis.css | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/dist/netvis.css b/dist/netvis.css index 1b6ee12..9aeee27 100644 --- a/dist/netvis.css +++ b/dist/netvis.css @@ -9,6 +9,10 @@ margin-top: 20px; } +td { + padding: 5px; +} + .properties-panel { margin-left: 20px; } diff --git a/src/netvis.css b/src/netvis.css index 1b6ee12..9aeee27 100644 --- a/src/netvis.css +++ b/src/netvis.css @@ -9,6 +9,10 @@ margin-top: 20px; } +td { + padding: 5px; +} + .properties-panel { margin-left: 20px; }