From 2448927b55518dc618c8507feb99df7ed0c14d17 Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Mon, 13 Mar 2017 23:04:48 -0400 Subject: [PATCH] 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