From d2efaf03d12f86124c934f00f3dc25d70d2cabd7 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Wed, 4 Sep 2013 14:02:59 -0700 Subject: [PATCH] Remove unneeded units --- static/sections.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/sections.less b/static/sections.less index eaeb4adf3..353c50707 100644 --- a/static/sections.less +++ b/static/sections.less @@ -22,6 +22,6 @@ section { } .section-heading:first-child { - margin-top: 0px; + margin-top: 0; } }