From 98f1e62047daaa45444c34275533b57f593604cd Mon Sep 17 00:00:00 2001 From: Mathias Meyer Date: Tue, 18 Feb 2014 11:54:59 +0100 Subject: [PATCH] Decrease line-height for switches. The label not being vertically centered was driving me mad. --- assets/styles/components/travis-switch.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/styles/components/travis-switch.sass b/assets/styles/components/travis-switch.sass index 5b7ea12e..9cde88e8 100644 --- a/assets/styles/components/travis-switch.sass +++ b/assets/styles/components/travis-switch.sass @@ -10,7 +10,7 @@ margin: 0 10px 0 15px padding: 0 10px 0 0 border: 1px solid #bdbdbd - line-height: 21px + line-height: 19px font-size: 11px color: #999 cursor: pointer