Added MPS server aliasing support.

This commit is contained in:
Ylian Saint-Hilaire
2018-03-06 17:50:44 -08:00
parent 205c7d96e0
commit 618dfbe42e
26 changed files with 354 additions and 160 deletions

View File

@@ -11,6 +11,7 @@
#container {
background-color: #fff;
width: 960px;
min-width: 960px;
margin: 0 auto;
border-top: 0;
border-right: 1px solid #b7b7b7;
@@ -41,7 +42,7 @@
#footer {
clear: both;
overflow: auto;
width: 960px;
width: 100%;
text-align: center;
background-color: #113962;
padding-top: 5px;