From c186d8b2beb60cf43ced8f08fd7b62477d33794a Mon Sep 17 00:00:00 2001 From: Trent White Date: Thu, 11 Feb 2016 12:27:32 -0500 Subject: [PATCH] button text position to center text vertically --- public/less/bootswatch.dark.less | 2 +- public/less/simple-box.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/less/bootswatch.dark.less b/public/less/bootswatch.dark.less index 1a403e8767c..ca3cb8a268f 100644 --- a/public/less/bootswatch.dark.less +++ b/public/less/bootswatch.dark.less @@ -355,7 +355,7 @@ div.subnav { // BUTTONS // ----------------------------------------------------- .btn { - padding: 7px 12px 5px 12px; + padding: 6px 12px; background-image: none; // .box-shadow(0px 0px 8px @bodyBackground); border: none; diff --git a/public/less/simple-box.less b/public/less/simple-box.less index 9bc52eb1375..07062c864d5 100644 --- a/public/less/simple-box.less +++ b/public/less/simple-box.less @@ -14,7 +14,7 @@ color: @textColor; margin: 0; padding-left: 1rem; - border-bottom: @simpleBoxBorderWidth solid @bodyBackground; + // border-bottom: @simpleBoxBorderWidth solid @bodyBackground; } .simple-box-column {