Cleanup inner VMware pages
This commit is contained in:
parent
0d7d65fdeb
commit
041b0e705f
|
@ -195,6 +195,7 @@
|
||||||
.subtext {
|
.subtext {
|
||||||
color: $white;
|
color: $white;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
line-height: 1.8;
|
||||||
margin: 20px 0;
|
margin: 20px 0;
|
||||||
|
|
||||||
&:last-child {
|
&:last-child {
|
||||||
|
@ -203,12 +204,14 @@
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: $white;
|
color: $white;
|
||||||
border-bottom: 1px solid #DDDDDD;
|
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
transition: border 0.15s ease-in-out;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
border: none;
|
border-bottom: 1px solid transparent;
|
||||||
text-decoration: none;
|
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');
|
@import url('//fonts.googleapis.com/css?family=Open+Sans:400,600');
|
||||||
|
|
||||||
// Core variables and mixins
|
|
||||||
@import '_variables';
|
|
||||||
|
|
||||||
// Mega Nav
|
// Mega Nav
|
||||||
@import 'hashicorp/mega-nav';
|
@import 'hashicorp/mega-nav';
|
||||||
|
|
||||||
// Anchor links
|
// Anchor links
|
||||||
@import 'hashicorp/anchor-links';
|
@import 'hashicorp/anchor-links';
|
||||||
|
|
||||||
|
// Core variables and mixins
|
||||||
|
@import '_variables';
|
||||||
|
|
||||||
// Sidebar
|
// Sidebar
|
||||||
@import 'hashicorp/sidebar';
|
@import 'hashicorp/sidebar';
|
||||||
|
|
||||||
|
@ -23,6 +23,7 @@
|
||||||
@import '_footer';
|
@import '_footer';
|
||||||
@import '_inner';
|
@import '_inner';
|
||||||
@import '_buttons';
|
@import '_buttons';
|
||||||
|
@import '_syntax';
|
||||||
@import '_logos';
|
@import '_logos';
|
||||||
|
|
||||||
// Pages
|
// Pages
|
||||||
|
@ -31,11 +32,3 @@
|
||||||
@import '_downloads';
|
@import '_downloads';
|
||||||
@import '_home';
|
@import '_home';
|
||||||
@import '_vmware';
|
@import '_vmware';
|
||||||
@import '_syntax';
|
|
||||||
|
|
||||||
// .legal-text {
|
|
||||||
// p {
|
|
||||||
// font-family: $font-family-monospace;
|
|
||||||
// font-size: 16px;
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
|
|
|
@ -1,11 +1,13 @@
|
||||||
<% wrap_layout :layout do %>
|
<% wrap_layout :layout do %>
|
||||||
<div class="container equal-height">
|
<div class="container">
|
||||||
<div id="docs-sidebar" class="col-sm-3 col-md-3 col-xs-12 hidden-print" role="complementary">
|
<div class="row">
|
||||||
<%= yield_content :sidebar %>
|
<div id="docs-sidebar" class="col-sm-3 col-md-3 col-xs-12 hidden-print" role="complementary">
|
||||||
</div>
|
<%= yield_content :sidebar %>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="inner" class="col-sm-9 col-md-9 col-xs-12" role="main">
|
<div id="inner" class="col-sm-9 col-md-9 col-xs-12" role="main">
|
||||||
<%= yield %>
|
<%= yield %>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
|
|
||||||
<body id="<%= body_id_for(current_page) %>" class="<%= body_classes_for(current_page) %>">
|
<body id="<%= body_id_for(current_page) %>" class="<%= body_classes_for(current_page) %>">
|
||||||
|
|
||||||
<%= mega_nav :vagrant %>
|
<%= mega_nav :vagrant %>
|
||||||
|
|
||||||
<div id="header" class="navigation navbar-static-top hidden-print">
|
<div id="header" class="navigation navbar-static-top hidden-print">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
|
@ -150,13 +150,24 @@ description: |-
|
||||||
|
|
||||||
<div class="subtext">
|
<div class="subtext">
|
||||||
The provider license does not include a license to the VMware
|
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>
|
||||||
<div class="subtext">
|
<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>
|
||||||
<div class="subtext">
|
<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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -97,5 +97,5 @@ Business website and support:
|
||||||
|
|
||||||
Our current registered business address is:
|
Our current registered business address is:
|
||||||
|
|
||||||
115 Sansome Street #1125
|
101 2nd Street #575
|
||||||
San Francisco, CA 94104
|
San Francisco, CA 94105
|
||||||
|
|
Loading…
Reference in New Issue