diff --git a/app/views/includes/head.jade b/app/views/includes/head.jade index 169af6d7fa..ca125347b1 100755 --- a/app/views/includes/head.jade +++ b/app/views/includes/head.jade @@ -19,8 +19,8 @@ head meta(property='og:site_name', content='MEAN - A Modern Stack') meta(property='fb:admins', content='APP_ADMIN') - link(rel='stylesheet', href='/lib/bootstrap-css/index.css') - link(rel='stylesheet', href='/lib/bootstrap-responsive-css/index.css') + link(rel='stylesheet', href='/lib/bootstrap-css-only/css/bootstrap.min.css') + link(rel='stylesheet', href='/lib/bootstrap-css-only/css/bootstrap-theme.min.css') link(rel='stylesheet', href='/css/common.css') link(rel='stylesheet', href='/css/views/articles.css') diff --git a/app/views/layouts/default.jade b/app/views/layouts/default.jade index f2ffb49395..5e242b17a6 100755 --- a/app/views/layouts/default.jade +++ b/app/views/layouts/default.jade @@ -2,7 +2,7 @@ html(lang='en', xmlns='http://www.w3.org/1999/xhtml', xmlns:fb='https://www.facebook.com/2008/fbml', itemscope='itemscope', itemtype='http://schema.org/Product') include ../includes/head body - header.navbar.navbar-fixed-top.navbar-inverse(data-ng-include="'views/header.html'") + .navbar.navbar-inverse.navbar-fixed-top(data-ng-include="'views/header.html'", data-role="navigation") section.content section.container block content diff --git a/bower.json b/bower.json index 834b4b565d..54b07e00f8 100644 --- a/bower.json +++ b/bower.json @@ -2,12 +2,11 @@ "name": "mean", "version": "1.0.0", "dependencies": { - "bootstrap-css": "https://raw.github.com/twbs/bootstrap/v2.3.2/docs/assets/css/bootstrap.css", - "bootstrap-responsive-css": "https://raw.github.com/twbs/bootstrap/v2.3.2/docs/assets/css/bootstrap-responsive.css", + "bootstrap-css-only": "latest", "angular": "~1.0.6", "angular-resource": "~1.0.6", "angular-cookies": "~1.0.6", - "angular-bootstrap": "~0.4.0", + "angular-bootstrap": "latest", "angular-ui-utils": "0.0.4", "json3": "~3.2.4" } diff --git a/public/views/header.html b/public/views/header.html index 7567812559..a545dbb8eb 100644 --- a/public/views/header.html +++ b/public/views/header.html @@ -1,28 +1,30 @@ -