Browse Source

nope nope

pull/253/head
connors 11 years ago
parent
commit
3dc8966bfa
  1. 37
      docs/assets/css/docs.css

37
docs/assets/css/docs.css

@ -40,11 +40,26 @@ body {
content: '';
}
.docs-header-content {
text-align: center;
.docs-logo {
width: 70px;
height: 70px;
margin: 0 auto 15px;
color: #fff;
font-weight: 300;
line-height: 68px;
border: 1px solid #fff;
border-radius: 40px;
}
.docs-nav {
position: absolute;
right: 20px;
top: 20px;
color: #fff;
}
.docs-header-content {
text-align: center;
padding: 50px 10px;
-webkit-animation-name: fadeintext;
-moz-animation-name: fadeintext;
@ -539,24 +554,6 @@ hr {
display: inline-block;
}
.docs-logo {
width: 70px;
height: 70px;
margin: 0 auto 15px;
color: #fff;
font-weight: 300;
line-height: 68px;
border: 1px solid #fff;
border-radius: 40px;
}
.docs-nav {
position: absolute;
right: 20px;
top: 20px;
color: #fff;
}
.social .twitter-follow-button {
margin-top: 0;
}

Loading…
Cancel
Save