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

7
sass/docs.scss

@ -55,7 +55,9 @@ body {
@include animation-duration(2s); @include animation-duration(2s);
} }
.version { .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; font-weight: 300;
} }
.version { .version {
margin-top: 15px; margin-top: 10px;
margin-bottom: 0; margin-bottom: 0;
color: #777; color: #777;
font-size: 90%; font-size: 90%;
text-align: center;
} }

Loading…
Cancel
Save