From a8e8bb9303c4dfc2cac1c2ca9610994942d100ce Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Wed, 11 Sep 2013 16:40:29 -0700 Subject: [PATCH] Fix section styles --- static/sections.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/sections.less b/static/sections.less index 2c073bd94..539731be8 100644 --- a/static/sections.less +++ b/static/sections.less @@ -27,7 +27,7 @@ form > .section:first-child { padding-top: 0; } div > section:last-child, -form > section:last-child +form > section:last-child, div > .section:last-child, form > .section:last-child { border-bottom: none;