Cleanup inner VMware pages
This commit is contained in:
parent
0d7d65fdeb
commit
041b0e705f
|
@ -195,6 +195,7 @@
|
|||
.subtext {
|
||||
color: $white;
|
||||
font-size: 12px;
|
||||
line-height: 1.8;
|
||||
margin: 20px 0;
|
||||
|
||||
&:last-child {
|
||||
|
@ -203,12 +204,14 @@
|
|||
|
||||
a {
|
||||
color: $white;
|
||||
border-bottom: 1px solid #DDDDDD;
|
||||
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
|
||||
text-decoration: none;
|
||||
transition: border 0.15s ease-in-out;
|
||||
|
||||
&:hover {
|
||||
border: none;
|
||||
border-bottom: 1px solid transparent;
|
||||
text-decoration: none;
|
||||
transition: border 0.15s ease-in-out;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -222,3 +225,13 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.layout-vmware {
|
||||
#inner {
|
||||
.legal-text p {
|
||||
font-family: $font-family-monospace;
|
||||
font-size: $font-size - 2;
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,15 +3,15 @@
|
|||
|
||||
@import url('//fonts.googleapis.com/css?family=Open+Sans:400,600');
|
||||
|
||||
// Core variables and mixins
|
||||
@import '_variables';
|
||||
|
||||
// Mega Nav
|
||||
@import 'hashicorp/mega-nav';
|
||||
|
||||
// Anchor links
|
||||
@import 'hashicorp/anchor-links';
|
||||
|
||||
// Core variables and mixins
|
||||
@import '_variables';
|
||||
|
||||
// Sidebar
|
||||
@import 'hashicorp/sidebar';
|
||||
|
||||
|
@ -23,6 +23,7 @@
|
|||
@import '_footer';
|
||||
@import '_inner';
|
||||
@import '_buttons';
|
||||
@import '_syntax';
|
||||
@import '_logos';
|
||||
|
||||
// Pages
|
||||
|
@ -31,11 +32,3 @@
|
|||
@import '_downloads';
|
||||
@import '_home';
|
||||
@import '_vmware';
|
||||
@import '_syntax';
|
||||
|
||||
// .legal-text {
|
||||
// p {
|
||||
// font-family: $font-family-monospace;
|
||||
// font-size: 16px;
|
||||
// }
|
||||
// }
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<% wrap_layout :layout do %>
|
||||
<div class="container equal-height">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div id="docs-sidebar" class="col-sm-3 col-md-3 col-xs-12 hidden-print" role="complementary">
|
||||
<%= yield_content :sidebar %>
|
||||
</div>
|
||||
|
@ -7,5 +8,6 @@
|
|||
<div id="inner" class="col-sm-9 col-md-9 col-xs-12" role="main">
|
||||
<%= yield %>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<% end %>
|
||||
|
|
|
@ -150,13 +150,24 @@ description: |-
|
|||
|
||||
<div class="subtext">
|
||||
The provider license does not include a license to the VMware
|
||||
software, which must be purchased separately. If you are buying over 150 licenses, contact <a href="mailto:sales@hashicorp.com">sales@hashicorp.com</a> for volume pricing.
|
||||
software, which must be purchased separately. If you are buying over
|
||||
150 licenses, contact <a
|
||||
href="mailto:sales@hashicorp.com">sales@hashicorp.com</a> for volume
|
||||
pricing. By purchasing this license, you agree to the
|
||||
<a href="/vmware/eula.html">EULA</a> and the
|
||||
HashiCorp <a href="/vmware/privacy-policy.html">Privacy Policy</a> and
|
||||
<a href="/vmware/terms-of-service.html">Terms of Service</a>.
|
||||
</div>
|
||||
<div class="subtext">
|
||||
Previous plugin versions may not support the latest VMware products. Please visit <a href="http://license.hashicorp.com/upgrade/vmware2015">the license upgrade center</a> to check if your license requires an upgrade before you upgrade your VMware products.
|
||||
Previous plugin versions may not support the latest VMware products.
|
||||
Please visit <a
|
||||
href="http://license.hashicorp.com/upgrade/vmware2015">the license
|
||||
upgrade center</a> to check if your license requires an upgrade before
|
||||
you upgrade your VMware products.
|
||||
</div>
|
||||
<div class="subtext">
|
||||
For reseller information, <a href="/vmware/reseller.html">click here</a>.
|
||||
For reseller information, <a href="/vmware/reseller.html">click
|
||||
here</a>.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -97,5 +97,5 @@ Business website and support:
|
|||
|
||||
Our current registered business address is:
|
||||
|
||||
115 Sansome Street #1125
|
||||
San Francisco, CA 94104
|
||||
101 2nd Street #575
|
||||
San Francisco, CA 94105
|
||||
|
|
Loading…
Reference in New Issue