Remove some of old styling for new bootstrap css.

This commit is contained in:
Kevin Whitaker
2017-02-18 17:20:09 -05:00
parent 6d038acf56
commit 25e4961f1a
3 changed files with 11 additions and 4 deletions

View File

@@ -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);