Added styles to grade out the top and bottom of the sidebar border and fixed spacing with the video and the sequence nav

This commit is contained in:
Kyle Fiedler
2012-08-15 15:44:19 -04:00
parent 4653eebdc3
commit ad7061e41f
8 changed files with 39 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ nav.sequence-nav {
@extend .topbar;
border-bottom: 1px solid $border-color;
@include border-top-right-radius(4px);
margin: (-(lh())) (-(lh())) lh() (-(lh()));
margin: 0 0 lh() (-(lh()));
position: relative;
ol {

View File

@@ -4,7 +4,7 @@ div.video {
border-bottom: 1px solid #e1e1e1;
border-top: 1px solid #e1e1e1;
display: block;
margin: 0 (-(lh()));
margin: 0 0 0 (-(lh()));
padding: 6px lh();
article.video-wrapper {