From 69f8cdb402c4f1c0599fcbe06a0308e5dee1f0a7 Mon Sep 17 00:00:00 2001 From: Scott Tolksdorf Date: Thu, 21 Jan 2016 22:48:02 -0500 Subject: [PATCH] Improving table spacing slightly --- client/homebrew/phbStyle/phb.style.less | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/client/homebrew/phbStyle/phb.style.less b/client/homebrew/phbStyle/phb.style.less index 63196adcc..ed7222472 100644 --- a/client/homebrew/phbStyle/phb.style.less +++ b/client/homebrew/phbStyle/phb.style.less @@ -141,7 +141,7 @@ tbody{ tr{ td{ - padding : 0.2em 0.1em; + padding : 0.3em 0.1em; } &:nth-child(odd){ background-color : @noteGreen; @@ -332,10 +332,11 @@ text-indent : -1em; list-style-type : none; } + //Double hr for full width elements hr+hr+table, hr+hr+blockquote{ - column-span : 2; - -webkit-column-span : 2; - -moz-column-span : 2; + column-span : all; + -webkit-column-span : all; + -moz-column-span : all; } //Column Break pre{