From 9be9c0db9a929c7a6144c44088f217d8669c5439 Mon Sep 17 00:00:00 2001 From: Ryan Uber Date: Sat, 17 Jan 2015 16:47:19 -0800 Subject: [PATCH] website: fix tab/space mixing in _docs.scss --- website/source/assets/stylesheets/_docs.scss | 104 +++++++++---------- 1 file changed, 52 insertions(+), 52 deletions(-) diff --git a/website/source/assets/stylesheets/_docs.scss b/website/source/assets/stylesheets/_docs.scss index 4d4ce9437..06e9698f9 100755 --- a/website/source/assets/stylesheets/_docs.scss +++ b/website/source/assets/stylesheets/_docs.scss @@ -31,9 +31,9 @@ body.layout-intro{ } .docs-sidebar{ - position: relative; - z-index: 20; - margin-bottom: 30px; + position: relative; + z-index: 20; + margin-bottom: 30px; margin-top: 50px; margin-right: 4%; background-color: $light-purple; @@ -94,7 +94,7 @@ body.layout-intro{ left: -10px; } > a{ - -webkit-font-smoothing: antialiased; + -webkit-font-smoothing: antialiased; } /*> a:hover, @@ -105,21 +105,21 @@ body.layout-intro{ .nav { display: block; - li.active a { + li.active a { font-weight: $font-weight-museo-xb; - } + } - li.active .subnav { - display: block; + li.active .subnav { + display: block; - li a { - font-weight: $font-weight-museo-sb; - } + li a { + font-weight: $font-weight-museo-sb; + } - li.active a { - font-weight: $font-weight-museo-xb; - } - } + li.active a { + font-weight: $font-weight-museo-xb; + } + } } } @@ -127,9 +127,9 @@ body.layout-intro{ text-transform: uppercase; font-family: $font-family-museo; font-weight: $font-weight-museo-sb; - -webkit-font-smoothing: antialiased; + -webkit-font-smoothing: antialiased; } - } + } .nav { display: none; @@ -139,25 +139,25 @@ body.layout-intro{ margin-left: 20px; > a{ - -webkit-font-smoothing: antialiased; + -webkit-font-smoothing: antialiased; font-family: $font-family-open-sans; padding: 6px 15px; } - .subnav { - display: none; - margin-bottom: 15px; - list-style: none; - > li{ - padding: 6px 0; - > a{ - -webkit-font-smoothing: antialiased; - font-family: $font-family-open-sans; - } - } - } - } - } + .subnav { + display: none; + margin-bottom: 15px; + list-style: none; + > li{ + padding: 6px 0; + > a{ + -webkit-font-smoothing: antialiased; + font-family: $font-family-open-sans; + } + } + } + } + } } } @@ -179,18 +179,18 @@ body.layout-intro{ font-size: 20px; font-family: $font-family-open-sans; font-weight: $font-weight-open; - line-height: 1.5em; + line-height: 1.5em; margin: 0 0 18px; - -webkit-font-smoothing: antialiased; + -webkit-font-smoothing: antialiased; } li p a, li a { - text-decoration: none; + text-decoration: none; } - pre{ - margin: 0 0 18px; - } + pre{ + margin: 0 0 18px; + } a{ color: $purple; @@ -199,31 +199,31 @@ body.layout-intro{ } } - img{ - max-width: 650px; - margin-top: 25px; - margin-bottom: 25px; - } + img{ + max-width: 650px; + margin-top: 25px; + margin-bottom: 25px; + } h1{ color: $purple; text-transform: uppercase; padding-bottom: 24px; - margin-top: 40px; + margin-top: 40px; margin-bottom: 24px; - border-bottom: 1px solid #eeeeee; + border-bottom: 1px solid #eeeeee; } h2, h3, h4{ margin-bottom: 16px; } - #graph { - margin-top: 30px; - } + #graph { + margin-top: 30px; + } .alert p { - margin-bottom: 0; + margin-bottom: 0; } } @@ -244,9 +244,9 @@ body.layout-intro{ @media (max-width: 480px) { .bs-docs-section{ - img{ - max-width: 450px; - } + img{ + max-width: 450px; + } h1{ font-size: 32px;