missing admin in conf, fixed color on starter
This commit is contained in:
parent
752ea71279
commit
c8adf70760
2 changed files with 2 additions and 1 deletions
|
|
@ -984,6 +984,7 @@
|
||||||
"WebGUI::Content::Prefetch",
|
"WebGUI::Content::Prefetch",
|
||||||
"WebGUI::Content::Maintenance",
|
"WebGUI::Content::Maintenance",
|
||||||
"WebGUI::Content::Referral",
|
"WebGUI::Content::Referral",
|
||||||
|
"WebGUI::Content::Admin",
|
||||||
"WebGUI::Content::AssetManager",
|
"WebGUI::Content::AssetManager",
|
||||||
"WebGUI::Content::AssetDiscovery",
|
"WebGUI::Content::AssetDiscovery",
|
||||||
"WebGUI::Content::PassiveAnalytics",
|
"WebGUI::Content::PassiveAnalytics",
|
||||||
|
|
|
||||||
|
|
@ -79,7 +79,7 @@ body {
|
||||||
margin-top: 120px;
|
margin-top: 120px;
|
||||||
margin-left: 5%;
|
margin-left: 5%;
|
||||||
margin-right: 5%;
|
margin-right: 5%;
|
||||||
background-color: #ccf;
|
background-color: #1e78f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue