Updated Advanced Install page to focus on daemon managers.
The advanced install page was reworded to be organized by daemon manager rather than Linux distribution. Some wording changes were made on the Getting Started page.
This commit is contained in:
parent
9d3ea63632
commit
7ba2a55232
3 changed files with 44 additions and 31 deletions
|
@ -218,16 +218,17 @@ p.note {
|
|||
}
|
||||
|
||||
.advanced-installs-container {
|
||||
#debian-install, #fedora-install, .advanced-installs {
|
||||
|
||||
#upstart-install, #systemd-install, .advanced-installs {
|
||||
display: none;
|
||||
}
|
||||
|
||||
label.menu-selector {
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
padding: 10px;
|
||||
padding: 20px;
|
||||
white-space: nowrap;
|
||||
border-bottom: 2px solid $grayLight;
|
||||
border-bottom: 5px solid $grayLight;
|
||||
transition: border-bottom-color .5s;
|
||||
}
|
||||
|
||||
|
@ -235,19 +236,19 @@ p.note {
|
|||
margin-left: 10px;
|
||||
}
|
||||
|
||||
#debian-install:checked ~ .menu-selector.debian,
|
||||
#fedora-install:checked ~ .menu-selector.fedora
|
||||
#upstart-install:checked ~ .menu-selector.upstart,
|
||||
#systemd-install:checked ~ .menu-selector.systemd
|
||||
{
|
||||
border-bottom-color: $blue;
|
||||
}
|
||||
|
||||
#debian-install:checked ~ .advanced-installs.debian,
|
||||
#fedora-install:checked ~ .advanced-installs.fedora
|
||||
#upstart-install:checked ~ .advanced-installs.upstart,
|
||||
#systemd-install:checked ~ .advanced-installs.systemd
|
||||
{
|
||||
display: block;
|
||||
}
|
||||
|
||||
.advanced-installs {
|
||||
margin-top: 20px;
|
||||
margin-top: 30px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue