From 54ed50ecd71826e789633c7577726ff11b27627f Mon Sep 17 00:00:00 2001 From: scotty Date: Fri, 26 Feb 2016 09:02:51 -0800 Subject: [PATCH] bottom margin for tables, minus search results --- _sass/_base.sass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_sass/_base.sass b/_sass/_base.sass index db1888ab63..e496ed2a45 100644 --- a/_sass/_base.sass +++ b/_sass/_base.sass @@ -726,6 +726,7 @@ section width: 100% border: 1px solid #ccc border-spacing: 0 + margin-bottom: 60px thead, tr:nth-child(even) background-color: $light-grey @@ -798,6 +799,7 @@ html.search #docsContent table border: 0 + margin-bottom: 0 td padding: 0