From eac01492181d5f5400f2deb7bbab855cee85f9ef Mon Sep 17 00:00:00 2001 From: Steven Lopez Date: Thu, 7 Nov 2013 00:44:43 +1100 Subject: [PATCH] Update _sidebar.scss reduced sidebar nav-pills>li>a from 17px to 16px on left/right to ensure days fit on the same line in latest Google Chrome version. --- source/stylesheets/partials/_sidebar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/stylesheets/partials/_sidebar.scss b/source/stylesheets/partials/_sidebar.scss index b98ccf5..9b07e48 100644 --- a/source/stylesheets/partials/_sidebar.scss +++ b/source/stylesheets/partials/_sidebar.scss @@ -28,7 +28,7 @@ color: $gray; text-transform: uppercase; font-weight: 600; - padding: 10px 17px 10px 17px; + padding: 10px 16px 10px 16px; &:hover { color: $green; }