// Inject the contents of the CSS file
// TODO: extract start page styles into its own resource so this doesn't import
// from the client/lsp/views package.
Resources.INSTANCE.css().ensureInjected();
RootPanel.get("managementLinks").add(new ManagementLinks());
startPageWidget = new VerticalPanel();
startPageWidget.setWidth("100%");
RootPanel.get("storyList").add(startPageWidget);
String title = ClientMessageHolder.consts.startPageTitle();