Bootnova is an eclipse.org theme that's using Twitter Bootstrap. The look and feel is based off the original “Nova” theme, created by Nathan Gervais.
Read the Bootstrap Getting Started page for information on the framework contents, templates and examples, and more.
You will need to install composer to update the CSS of this theme (styles.less > bootstrap.min.css).
git clone git://git.eclipse.org/gitroot/www.eclipse.org/eclipse.org-common.git.composer install.Have a bug or a feature request? Please open a new issue.
On a page using the eclipse.org-common $App Class:
$App->generatePage($theme = 'bootnova', $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
Christopher Guindon