final cleanup
This commit is contained in:
parent
81b0e020f0
commit
54c722f2e8
|
@ -22,7 +22,7 @@ $project-logo-pad-left: 8px;
|
|||
|
||||
@mixin project-footer-a-style{
|
||||
color: $black;
|
||||
font-weight: 300;
|
||||
font-weight: 400;
|
||||
|
||||
&:hover{
|
||||
color: $purple;
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
<li><a href="/intro/index.html">Intro</a></li>
|
||||
<li><a href="/docs/index.html">Docs</a></li>
|
||||
<li><a href="/community.html">Community</a></li>
|
||||
<li><a href="/security.html">Security</a></li>
|
||||
</ul>
|
||||
<ul class="external-links nav navbar-nav">
|
||||
<li class="first download">
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<a class="logo" href="/">Terraform</a>
|
||||
<a class="by-hashicorp white" href="https://hashicorp.com/"><span class="svg-wrap">by</span><%= partial "layouts/svg/svg-by-hashicorp" %><%= partial "layouts/svg/svg-hashicorp-logo" %>Hashicorp</a>
|
||||
</div>
|
||||
<button class="navbar-toggle" type="button">
|
||||
<button class="navbar-toggle white" type="button">
|
||||
<span class="sr-only">Toggle navigation</span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
|
|
Loading…
Reference in New Issue