remove bootstrap icons as we are using fontawesome now

This commit is contained in:
Athou
2013-04-15 10:32:47 +02:00
parent c52fdf9f9f
commit b1e7504bac
3 changed files with 12 additions and 6 deletions

View File

@@ -29,7 +29,7 @@ public class BootstrapReference extends UrlResourceReference {
.asList(JavaScriptHeaderItem
.forReference(JQueryReference.INSTANCE),
CssHeaderItem.forReference(new UrlResourceReference(
Url.parse("https://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css"))),
Url.parse("https://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.no-icons.min.css"))),
CssHeaderItem.forReference(new UrlResourceReference(
Url.parse("https://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-responsive.min.css"))));
}