CSS tweaks

This commit is contained in:
Marcus Noble 2016-05-27 07:31:11 +01:00
parent 71d25293ec
commit 5d45efd4dc
2 changed files with 5 additions and 5 deletions

View File

@ -33,7 +33,7 @@
no-repeat, no-repeat,
no-repeat, no-repeat,
repeat-x; repeat-x;
background-position: 0% 1.08em, 100% 1.08em, 0% 1.08em; background-position: 0% 1.02em, 100% 1.02em, 0% 1.02em;
&::selection { &::selection {
@include textShadowToCropUnderline($selectionColor); @include textShadowToCropUnderline($selectionColor);

View File

@ -189,7 +189,7 @@ nav {
position: absolute; position: absolute;
display: block; display: block;
border: .9em solid $border-color; border: .9em solid $border-color;
box-shadow: 0px 1px 0px rgba(0,0,0,0.4); box-shadow: 0.1px 1px 0px rgba(0,0,0,0.4);
z-index: -2; z-index: -2;
left: -1.2em; left: -1.2em;
border-right-width: .75em; border-right-width: .75em;
@ -202,7 +202,7 @@ nav {
position: absolute; position: absolute;
display: block; display: block;
border: 0.9em solid rgba(9, 39, 64, 0.72); border: 0.9em solid rgba(9, 39, 64, 0.72);
box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4); box-shadow: -0.1px 1px 0px rgba(0, 0, 0, 0.4);
z-index: -2; z-index: -2;
right: -1.2em; right: -1.2em;
border-left-width: .75em; border-left-width: .75em;
@ -218,7 +218,7 @@ nav {
border-color: #000 transparent transparent transparent; border-color: #000 transparent transparent transparent;
z-index:-1; z-index:-1;
left: 0; left: 0;
border-width: .5em 0 0 .5em; border-width: .55em 0 0 .4em;
} }
span::after{ span::after{
content: ""; content: "";
@ -229,7 +229,7 @@ nav {
border-color: #000 transparent transparent transparent; border-color: #000 transparent transparent transparent;
z-index: -1; z-index: -1;
right: 0; right: 0;
border-width: .5em .5em 0 0; border-width: .55em .4em 0 0;
} }
} }