add some padding to nav btns
This commit is contained in:
parent
f39c1265cb
commit
9b97643262
|
@ -127,7 +127,7 @@ body.page-sub{
|
||||||
}
|
}
|
||||||
|
|
||||||
.buttons.navbar-nav{
|
.buttons.navbar-nav{
|
||||||
margin-top: 26px;
|
margin-top: 25px;
|
||||||
margin-left: 30px;
|
margin-left: 30px;
|
||||||
|
|
||||||
li{
|
li{
|
||||||
|
@ -138,14 +138,14 @@ body.page-sub{
|
||||||
&.download{
|
&.download{
|
||||||
a{
|
a{
|
||||||
padding-left: 30px;
|
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);
|
.img-retina("../images/header-download-icon.png", "../images/header-download-icon@2x.png", 12px, 13px);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.github{
|
&.github{
|
||||||
a{
|
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);
|
.img-retina("../images/header-github-icon.png", "../images/header-github-icon@2x.png", 12px, 13px);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -153,8 +153,8 @@ body.page-sub{
|
||||||
|
|
||||||
li > a {
|
li > a {
|
||||||
color: white;
|
color: white;
|
||||||
padding-top: 3px;
|
padding-top: 4px;
|
||||||
padding-bottom: 3px;
|
padding-bottom: 4px;
|
||||||
padding-left: 32px;
|
padding-left: 32px;
|
||||||
padding-right: 12px;
|
padding-right: 12px;
|
||||||
letter-spacing: 0.05em;
|
letter-spacing: 0.05em;
|
||||||
|
|
|
@ -186,7 +186,7 @@ body.page-sub #header .main-links.navbar-nav li > a {
|
||||||
padding: 0 0 0 4px;
|
padding: 0 0 0 4px;
|
||||||
}
|
}
|
||||||
#header .buttons.navbar-nav {
|
#header .buttons.navbar-nav {
|
||||||
margin-top: 26px;
|
margin-top: 25px;
|
||||||
margin-left: 30px;
|
margin-left: 30px;
|
||||||
}
|
}
|
||||||
#header .buttons.navbar-nav li.first {
|
#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 {
|
#header .buttons.navbar-nav li.download a {
|
||||||
padding-left: 30px;
|
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-image: url("../images/header-download-icon.png");
|
||||||
background-size: 12px 13px;
|
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 {
|
#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-image: url("../images/header-github-icon.png");
|
||||||
background-size: 12px 13px;
|
background-size: 12px 13px;
|
||||||
}
|
}
|
||||||
|
@ -217,8 +217,8 @@ body.page-sub #header .main-links.navbar-nav li > a {
|
||||||
}
|
}
|
||||||
#header .buttons.navbar-nav li > a {
|
#header .buttons.navbar-nav li > a {
|
||||||
color: white;
|
color: white;
|
||||||
padding-top: 3px;
|
padding-top: 4px;
|
||||||
padding-bottom: 3px;
|
padding-bottom: 4px;
|
||||||
padding-left: 32px;
|
padding-left: 32px;
|
||||||
padding-right: 12px;
|
padding-right: 12px;
|
||||||
letter-spacing: 0.05em;
|
letter-spacing: 0.05em;
|
||||||
|
|
Loading…
Reference in New Issue