Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/ratchet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorconnors <connor.sears@github.com>2014-02-24 06:00:57 +0400
committerconnors <connor.sears@github.com>2014-02-24 06:00:57 +0400
commita482e5f954eaebc2df793a963603f46fa577c9b6 (patch)
tree227390f2bf6447e36e14e062ae88020334c3a0b2
parent098f1126ff8440e149750755b5dcf3c59cbb5a3e (diff)
making the header work well
-rw-r--r--sass/docs.scss12
1 files changed, 8 insertions, 4 deletions
diff --git a/sass/docs.scss b/sass/docs.scss
index d296342..ba4e77e 100644
--- a/sass/docs.scss
+++ b/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;