From f24264cd7643ba836b041a35edd58f9d05d465f1 Mon Sep 17 00:00:00 2001 From: Aaron Date: Sun, 12 Mar 2017 15:37:31 -0400 Subject: [PATCH 1/2] Add 8px top padding --- sass/_theme_rst.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/_theme_rst.sass b/sass/_theme_rst.sass index 123ba597..9abaf017 100644 --- a/sass/_theme_rst.sass +++ b/sass/_theme_rst.sass @@ -192,7 +192,7 @@ white-space: nowrap .field-body text-align: left - padding-left: 0 + padding: 8px 0px 0px 0px // These are the "literals" that get spit out when you mark stuff as ``code`` as your write. tt, code From 2448927b55518dc618c8507feb99df7ed0c14d17 Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Mon, 13 Mar 2017 23:04:48 -0400 Subject: [PATCH 2/2] Fix padding for field lists --- sass/_theme_rst.sass | 3 --- 1 file changed, 3 deletions(-) diff --git a/sass/_theme_rst.sass b/sass/_theme_rst.sass index 9abaf017..ff10d690 100644 --- a/sass/_theme_rst.sass +++ b/sass/_theme_rst.sass @@ -182,17 +182,14 @@ border: none td border: none - padding-top: 5px td > strong display: inline-block - margin-top: 3px .field-name padding-right: 10px text-align: left white-space: nowrap .field-body text-align: left - padding: 8px 0px 0px 0px // These are the "literals" that get spit out when you mark stuff as ``code`` as your write. tt, code