Skip to content

Commit

Permalink
Minor fixed to install.html and install.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasata committed Dec 2, 2019
1 parent a5d18a4 commit 75997fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions css/install.css
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ only screen and (max-width: 760px),
content: "\f179";
float: left;
font-weight: normal;
padding: 0 20px 0 0;
padding: 6px 20px 0 0;
text-align: center;
width: 20px;
}
Expand All @@ -185,14 +185,15 @@ only screen and (max-width: 760px),
content: "\f17a";
float: left;
font-weight: normal;
padding: 0 20px 0 0;
padding: 6px 20px 0 0;
text-align: center;
width: 20px;
}
/*
.install-os > details[open] > summary:after
{
content: "";
}
}*/
/*
* Hide the ugly default triagle shape
*/
Expand Down
4 changes: 2 additions & 2 deletions install.html
Original file line number Diff line number Diff line change
Expand Up @@ -289,9 +289,9 @@ <h1 id="install"><i class="fa fa-wrench"></i>Installing the Hypervisor</h1>
<p>Please select relevant instructions from below.</p>
<details class="install-os">
<summary>Linux</summary>
<p><details class="hypervisor">
<details class="hypervisor">
<summary>VirtualBox</summary>
VirtualBox instructions</p>
VirtualBox instructions
</details>
<details class="hypervisor">
<summary>VMware Player & Pro</summary>
Expand Down

0 comments on commit 75997fd

Please sign in to comment.