diff --git a/css/bootstrap.css b/css/bootstrap.css index ab73280e4..495188af7 100644 --- a/css/bootstrap.css +++ b/css/bootstrap.css @@ -1395,7 +1395,7 @@ table .span24 { height: 14px; line-height: 14px; vertical-align: text-top; - background-image: url("../../angular.js/docs/img/glyphicons-halflings.png"); + background-image: url("../img/glyphicons-halflings.png"); background-position: 14px 14px; background-repeat: no-repeat; *margin-right: .3em; @@ -1405,7 +1405,7 @@ table .span24 { *margin-left: 0; } .icon-white { - background-image: url("../../angular.js/docs/img/glyphicons-halflings-white.png"); + background-image: url("../img/glyphicons-halflings-white.png"); } .icon-glass { background-position: 0 0; diff --git a/index.html b/index.html index 56785f778..0c507c28d 100644 --- a/index.html +++ b/index.html @@ -52,13 +52,13 @@ }); $script('google-code-prettify/prettify.min.js', bootstrap); $script('js/homepage.js', bootstrap); - $script('http://code.angularjs.org/angular-1.0.0rc6.js', bootstrap); - $script('http://code.angularjs.org/angular-resource-1.0.0rc6.js', bootstrap); - $script('http://code.angularjs.org/1.0.0rc6/i18n-1.0.0rc6/angular-locale_sk.js', function() { + $script('http://code.angularjs.org/angular-1.0.0rc7.js', bootstrap); + $script('http://code.angularjs.org/angular-resource-1.0.0rc7.js', bootstrap); + $script('http://code.angularjs.org/1.0.0rc7/i18n-1.0.0rc7/angular-locale_sk.js', function() { angular.module('ngLocal.sk', [])._invokeQueue.push(angular.module('ngLocale')._invokeQueue[0]); bootstrap(); }); - $script('http://code.angularjs.org/1.0.0rc6/i18n-1.0.0rc6/angular-locale_en-us.js', function() { + $script('http://code.angularjs.org/1.0.0rc7/i18n-1.0.0rc7/angular-locale_en-us.js', function() { angular.module('ngLocal.us', [])._invokeQueue.push(angular.module('ngLocale')._invokeQueue[0]); bootstrap(); }); @@ -83,7 +83,7 @@