docs right margin fix

This commit is contained in:
scotty 2016-03-14 11:49:45 -07:00
parent b840399f4a
commit d9274dec60
4 changed files with 54 additions and 27 deletions

View File

@ -1,7 +1,7 @@
{% for thistoc in site.data.globals.tocs %}{% if foundTOC %}{% break %}{% else %}{% assign tree = site.data[thistoc].toc %}{% include tocsearch.html %}{% endif %}{% endfor %} {% for thistoc in site.data.globals.tocs %}{% if foundTOC %}{% break %}{% else %}{% assign tree = site.data[thistoc].toc %}{% include tocsearch.html %}{% endif %}{% endfor %}
{% for override in site.data.overrides.overrides %}{% if page.path contains override.path %}{% assign notitle = "true" %}{% endif %}{% endfor %} {% for override in site.data.overrides.overrides %}{% if page.path contains override.path %}{% assign notitle = "true" %}{% endif %}{% endfor %}
<!Doctype html> <!Doctype html>
<html id="docs"> <html id="docs" class="{{site.data[foundTOC].bigheader}}">
{% include head-header.html %} {% include head-header.html %}
@ -11,10 +11,10 @@
<h5>{{ site.data[foundTOC].abstract }}</h5> <h5>{{ site.data[foundTOC].abstract }}</h5>
<div id="vendorStrip" class="light-text"> <div id="vendorStrip" class="light-text">
<ul> <ul>
<li><a href="/docs/">GUIDES</a></li> <li><a href="/docs/" {% if site.data[foundTOC].bigheader == "Guides" %}class="YAH"{% endif %}>GUIDES</a></li>
<li><a href="/docs/reference">REFERENCE</a></li> <li><a href="/docs/reference" {% if site.data[foundTOC].bigheader == "Reference Documentation" %}class="YAH"{% endif %}>REFERENCE</a></li>
<li><a href="/docs/samples">SAMPLES</a></li> <li><a href="/docs/samples" {% if site.data[foundTOC].bigheader == "Samples" %}class="YAH"{% endif %}>SAMPLES</a></li>
<li><a href="/docs/troubleshooting/">SUPPORT</a></li> <li><a href="/docs/troubleshooting/" {% if site.data[foundTOC].bigheader == "Support" %}class="YAH"{% endif %}>SUPPORT</a></li>
</ul> </ul>
<div id="searchBox"> <div id="searchBox">
<input type="text" id="search" placeholder="Search" onkeydown="if (event.keyCode==13) window.location.replace('/docs/search/?q=' + this.value)"> <input type="text" id="search" placeholder="Search" onkeydown="if (event.keyCode==13) window.location.replace('/docs/search/?q=' + this.value)">

View File

@ -1,22 +1,22 @@
@import "reset" @import "reset"
// TEXT // TEXT
$h1-font-size: 40px $h1-font-size: 32px
$h1-line-height: 40px $h1-line-height: 40px
$h2-font-size: 42px $h2-font-size: 28px
$h2-line-height: 60px $h2-line-height: 60px
$h3-font-size: 26px $h3-font-size: 24px
$h3-line-height: 32px $h3-line-height: 32px
$h4-font-size: 26px $h4-font-size: 20px
$h4-line-height: 40px $h4-line-height: 40px
$h5-font-size: 18px $h5-font-size: 16px
$h5-line-height: 36px $h5-line-height: 36px
$p-font-size: 16px $p-font-size: 14px
$p-line-height: 22px $p-line-height: 22px
@ -74,6 +74,11 @@ section, header, footer
position: relative position: relative
margin: auto margin: auto
p
font-size: 14px
font-weight: 400
.button .button
display: inline-block display: inline-block
border-radius: 6px border-radius: 6px
@ -305,6 +310,14 @@ header
white-space: nowrap white-space: nowrap
text-align: center text-align: center
li a
color: transparentize(white, 0.5)
&.YAH
color: white
position: relative
// FOOTER // FOOTER
footer footer
width: 100% width: 100%
@ -746,6 +759,7 @@ section
h5, h6 h5, h6
font-size: 16px font-size: 16px
font-weight: 500
p p
font-size: 16px font-size: 16px

View File

@ -7,6 +7,19 @@ $video-section-height: 550px
height: $vendor-strip-height height: $vendor-strip-height
line-height: $vendor-strip-height line-height: $vendor-strip-height
li
a.YAH
&:after
content: ""
display: block
position: absolute
left: 0
bottom: 0
width: 100%
height: 4px
background-color: $blue
#searchBox #searchBox
float: right float: right

View File

@ -1,21 +1,21 @@
// TEXT // TEXT
//$h1-font-size: 60px //$h1-font-size: 60px
//$h1-line-height: 80px //$h1-line-height: 80px
//
$h2-font-size: 42px //$h2-font-size: 42px
$h2-line-height: 60px //$h2-line-height: 60px
//
$h3-font-size: 26px //$h3-font-size: 26px
$h3-line-height: 32px //$h3-line-height: 32px
//
$h4-font-size: 26px //$h4-font-size: 26px
$h4-line-height: 40px //$h4-line-height: 40px
//
$h5-font-size: 18px //$h5-font-size: 18px
$h5-line-height: 36px //$h5-line-height: 36px
//
$p-font-size: 20px //$p-font-size: 20px
$p-line-height: 28px //$p-line-height: 28px
// header // header
@ -83,7 +83,7 @@ $feature-box-div-width: 45%
#docs #docs
#vendorStrip #vendorStrip
ul li
a a
font-size: 1em font-size: 1em
font-weight: normal font-weight: normal