Browse Source

adjusting the text

pull/341/head
connors 11 years ago
parent
commit
872145a92c
  1. 5
      docs/assets/css/docs.css
  2. 7
      sass/docs.scss

5
docs/assets/css/docs.css

@ -57,7 +57,9 @@ body {
animation-duration: 2s;
}
.docs-header .version {
margin-top: 15px;
color: rgba(255, 255, 255, 0.5);
text-align: center;
}
.docs-masthead {
@ -304,11 +306,10 @@ body {
}
.version {
margin-top: 15px;
margin-top: 10px;
margin-bottom: 0;
color: #777;
font-size: 90%;
text-align: center;
}
.docs-footer {

7
sass/docs.scss

@ -55,7 +55,9 @@ body {
@include animation-duration(2s);
}
.version {
color: rgba(255,255,255,.5)
margin-top: 15px;
color: rgba(255,255,255,.5);
text-align: center;
}
}
@ -290,11 +292,10 @@ body {
font-weight: 300;
}
.version {
margin-top: 15px;
margin-top: 10px;
margin-bottom: 0;
color: #777;
font-size: 90%;
text-align: center;
}

Loading…
Cancel
Save