website: fix tab/space mixing in _docs.scss

This commit is contained in:
Ryan Uber 2015-01-17 16:47:19 -08:00
parent a975903b63
commit b164525960
1 changed files with 52 additions and 52 deletions

View File

@ -31,9 +31,9 @@ body.layout-intro{
} }
.docs-sidebar{ .docs-sidebar{
position: relative; position: relative;
z-index: 20; z-index: 20;
margin-bottom: 30px; margin-bottom: 30px;
margin-top: 50px; margin-top: 50px;
margin-right: 4%; margin-right: 4%;
background-color: $light-purple; background-color: $light-purple;
@ -94,7 +94,7 @@ body.layout-intro{
left: -10px; left: -10px;
} }
> a{ > a{
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
} }
/*> a:hover, /*> a:hover,
@ -105,21 +105,21 @@ body.layout-intro{
.nav { .nav {
display: block; display: block;
li.active a { li.active a {
font-weight: $font-weight-museo-xb; font-weight: $font-weight-museo-xb;
} }
li.active .subnav { li.active .subnav {
display: block; display: block;
li a { li a {
font-weight: $font-weight-museo-sb; font-weight: $font-weight-museo-sb;
} }
li.active a { li.active a {
font-weight: $font-weight-museo-xb; font-weight: $font-weight-museo-xb;
} }
} }
} }
} }
@ -127,9 +127,9 @@ body.layout-intro{
text-transform: uppercase; text-transform: uppercase;
font-family: $font-family-museo; font-family: $font-family-museo;
font-weight: $font-weight-museo-sb; font-weight: $font-weight-museo-sb;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
} }
} }
.nav { .nav {
display: none; display: none;
@ -139,25 +139,25 @@ body.layout-intro{
margin-left: 20px; margin-left: 20px;
> a{ > a{
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
font-family: $font-family-open-sans; font-family: $font-family-open-sans;
padding: 6px 15px; padding: 6px 15px;
} }
.subnav { .subnav {
display: none; display: none;
margin-bottom: 15px; margin-bottom: 15px;
list-style: none; list-style: none;
> li{ > li{
padding: 6px 0; padding: 6px 0;
> a{ > a{
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
font-family: $font-family-open-sans; font-family: $font-family-open-sans;
} }
} }
} }
} }
} }
} }
} }
@ -179,18 +179,18 @@ body.layout-intro{
font-size: 20px; font-size: 20px;
font-family: $font-family-open-sans; font-family: $font-family-open-sans;
font-weight: $font-weight-open; font-weight: $font-weight-open;
line-height: 1.5em; line-height: 1.5em;
margin: 0 0 18px; margin: 0 0 18px;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
} }
li p a, li a { li p a, li a {
text-decoration: none; text-decoration: none;
} }
pre{ pre{
margin: 0 0 18px; margin: 0 0 18px;
} }
a{ a{
color: $purple; color: $purple;
@ -199,31 +199,31 @@ body.layout-intro{
} }
} }
img{ img{
max-width: 650px; max-width: 650px;
margin-top: 25px; margin-top: 25px;
margin-bottom: 25px; margin-bottom: 25px;
} }
h1{ h1{
color: $purple; color: $purple;
text-transform: uppercase; text-transform: uppercase;
padding-bottom: 24px; padding-bottom: 24px;
margin-top: 40px; margin-top: 40px;
margin-bottom: 24px; margin-bottom: 24px;
border-bottom: 1px solid #eeeeee; border-bottom: 1px solid #eeeeee;
} }
h2, h3, h4{ h2, h3, h4{
margin-bottom: 16px; margin-bottom: 16px;
} }
#graph { #graph {
margin-top: 30px; margin-top: 30px;
} }
.alert p { .alert p {
margin-bottom: 0; margin-bottom: 0;
} }
} }
@ -244,9 +244,9 @@ body.layout-intro{
@media (max-width: 480px) { @media (max-width: 480px) {
.bs-docs-section{ .bs-docs-section{
img{ img{
max-width: 450px; max-width: 450px;
} }
h1{ h1{
font-size: 32px; font-size: 32px;