Installer tweaks and a pypo bugfix

* Moved all the remaining DEB requirements into the requirements files
* The installer should now be distro agnostic (unless you ask it to
  install third-party deps for you)
* Fixed pypo not being able to find replaygainupdater
* Tweaked a bunch of styling for the installer
This commit is contained in:
Albert Santoni 2015-02-10 18:06:46 -05:00
parent 861bb42f3f
commit d46f4a52eb
11 changed files with 218 additions and 130 deletions

View file

@ -3,13 +3,11 @@
}
.table {
padding: 0;
padding: 5px;
margin: 1em 0 0 0;
}
.checklist {
overflow: auto;
height: 50%;
min-height: 200px;
}
@ -22,8 +20,12 @@
width: 20%;
}
.description, .solution {
width: 40%;
.error {
color: red;
}
.description {
width: 300px;
}
.check {