From e3dea8ccc8662834872e02f0a134984e77615813 Mon Sep 17 00:00:00 2001 From: Ryan Huffman Date: Wed, 8 Apr 2015 13:24:03 -0700 Subject: [PATCH] Remove margin in entityProperties --- examples/html/style.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/examples/html/style.css b/examples/html/style.css index 719e650085..6a258d8f02 100644 --- a/examples/html/style.css +++ b/examples/html/style.css @@ -229,10 +229,6 @@ table#properties-list { table-layout: fixed; } -#properties-list > div { - margin: 3pt 0; -} - #properties-list { border-bottom: 0.75pt solid #e5e5e5; }