Browse Source

making the header work well

pull/253/head
connors 11 years ago
parent
commit
a482e5f954
  1. 12
      sass/docs.scss

12
sass/docs.scss

@ -70,8 +70,15 @@ body {
font-weight: 100;
@include transform(translateX(-50%));
}
.docs-title a,
.docs-nav {
.docs-nav-item {
display: inline-block;
padding-left: 20px;
padding-right: 20px;
}
}
.docs-title a,
.docs-nav a {
color: #fff;
@include transition(opacity .2s linear);
@ -80,9 +87,6 @@ body {
opacity: .5;
}
}
.docs-nav {
cursor: pointer;
}
.docs-header-content {
position: relative;
top: 30px;

Loading…
Cancel
Save