From 9b9764326264e5ded91faceaec395d4485ed2818 Mon Sep 17 00:00:00 2001 From: JT Date: Wed, 23 Jul 2014 15:39:38 -0700 Subject: [PATCH] add some padding to nav btns --- website/source/stylesheets/_header.less | 10 +++++----- website/source/stylesheets/main.css | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/website/source/stylesheets/_header.less b/website/source/stylesheets/_header.less index 03dcdd64a..73ac44829 100755 --- a/website/source/stylesheets/_header.less +++ b/website/source/stylesheets/_header.less @@ -127,7 +127,7 @@ body.page-sub{ } .buttons.navbar-nav{ - margin-top: 26px; + margin-top: 25px; margin-left: 30px; li{ @@ -138,14 +138,14 @@ body.page-sub{ &.download{ a{ padding-left: 30px; - background: url(../images/header-download-icon.png) 12px 7px no-repeat; + background: url(../images/header-download-icon.png) 12px 8px no-repeat; .img-retina("../images/header-download-icon.png", "../images/header-download-icon@2x.png", 12px, 13px); } } &.github{ a{ - background: url(../images/header-github-icon.png) 12px 6px no-repeat; + background: url(../images/header-github-icon.png) 12px 7px no-repeat; .img-retina("../images/header-github-icon.png", "../images/header-github-icon@2x.png", 12px, 13px); } } @@ -153,8 +153,8 @@ body.page-sub{ li > a { color: white; - padding-top: 3px; - padding-bottom: 3px; + padding-top: 4px; + padding-bottom: 4px; padding-left: 32px; padding-right: 12px; letter-spacing: 0.05em; diff --git a/website/source/stylesheets/main.css b/website/source/stylesheets/main.css index e54cd4388..b456e297f 100644 --- a/website/source/stylesheets/main.css +++ b/website/source/stylesheets/main.css @@ -186,7 +186,7 @@ body.page-sub #header .main-links.navbar-nav li > a { padding: 0 0 0 4px; } #header .buttons.navbar-nav { - margin-top: 26px; + margin-top: 25px; margin-left: 30px; } #header .buttons.navbar-nav li.first { @@ -194,7 +194,7 @@ body.page-sub #header .main-links.navbar-nav li > a { } #header .buttons.navbar-nav li.download a { padding-left: 30px; - background: url(../images/header-download-icon.png) 12px 7px no-repeat; + background: url(../images/header-download-icon.png) 12px 8px no-repeat; background-image: url("../images/header-download-icon.png"); background-size: 12px 13px; } @@ -205,7 +205,7 @@ body.page-sub #header .main-links.navbar-nav li > a { } } #header .buttons.navbar-nav li.github a { - background: url(../images/header-github-icon.png) 12px 6px no-repeat; + background: url(../images/header-github-icon.png) 12px 7px no-repeat; background-image: url("../images/header-github-icon.png"); background-size: 12px 13px; } @@ -217,8 +217,8 @@ body.page-sub #header .main-links.navbar-nav li > a { } #header .buttons.navbar-nav li > a { color: white; - padding-top: 3px; - padding-bottom: 3px; + padding-top: 4px; + padding-bottom: 4px; padding-left: 32px; padding-right: 12px; letter-spacing: 0.05em;