Remove some of old styling for new bootstrap css.
This commit is contained in:
@@ -35,6 +35,7 @@ WebInterface::WebInterface(const Wt::WEnvironment& env) : Wt::WApplication(env)
|
||||
priv_int = new internal;
|
||||
this->useStyleSheet(Wt::WLink("/resources/font-awesome/css/font-awesome.min.css"));
|
||||
setTheme(new Wt::WBootstrapTheme());
|
||||
((Wt::WBootstrapTheme*)theme())->setVersion(Wt::WBootstrapTheme::Version3);
|
||||
setTitle("Arbitrateor - Audio Jukebox");
|
||||
enableUpdates(true);
|
||||
priv_int->playerUI = new PlayerInterface(this);
|
||||
|
||||
Reference in New Issue
Block a user