Browse Source

starting to use the light font weight in some areas again.

pull/497/head
connors 11 years ago
parent
commit
82191dec0b
  1. 4
      docs/assets/css/docs.css
  2. 2
      docs/assets/css/docs.min.css
  3. 4
      sass/docs.scss

4
docs/assets/css/docs.css

@ -179,6 +179,7 @@ body {
.docs-title { .docs-title {
position: static; position: static;
float: left; float: left;
font-weight: 300;
-webkit-transform: translateX(0); -webkit-transform: translateX(0);
-ms-transform: translateX(0); -ms-transform: translateX(0);
transform: translateX(0); transform: translateX(0);
@ -318,6 +319,7 @@ body {
max-width: 750px; max-width: 750px;
margin: 0 auto 20px; margin: 0 auto 20px;
font-size: 28px; font-size: 28px;
font-weight: 300;
line-height: 38px; line-height: 38px;
color: #fff; color: #fff;
} }
@ -404,7 +406,7 @@ body {
.docs-sub-content .page-description { .docs-sub-content .page-description {
margin-top: 0; margin-top: 0;
margin-bottom: 0; margin-bottom: 0;
font-weight: 400; font-weight: 300;
} }
.docs-sub-content .page-title { .docs-sub-content .page-title {
margin-bottom: 5px; margin-bottom: 5px;

2
docs/assets/css/docs.min.css vendored

File diff suppressed because one or more lines are too long

4
sass/docs.scss

@ -181,6 +181,7 @@ body {
.docs-title { .docs-title {
position: static; position: static;
float: left; float: left;
font-weight: 300;
@include transform(translateX(0)); @include transform(translateX(0));
} }
@ -321,6 +322,7 @@ body {
font-size: 28px; font-size: 28px;
color: #fff; color: #fff;
line-height: 38px; line-height: 38px;
font-weight: 300;
} }
// Desktop header content // Desktop header content
@ -406,7 +408,7 @@ body {
.page-description { .page-description {
margin-top: 0; margin-top: 0;
margin-bottom: 0; margin-bottom: 0;
font-weight: 400; font-weight: 300;
} }
.page-title { .page-title {
font-size: 40px; font-size: 40px;

Loading…
Cancel
Save