Skip to content

Commit cf73d71

Browse files
committed
update 3.0.0-rc1
1 parent deb9f21 commit cf73d71

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

View/Layouts/bootstrap3.ctp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
<meta name="author" content="">
1212

1313
<!-- Le styles -->
14-
<link href="//slywalker.github.io/cakephp-plugin-boost_cake/bootstrap3/css/bootstrap.css" rel="stylesheet">
14+
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0-rc1/css/bootstrap.min.css">
1515
<style>
1616
body {
17-
padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
17+
padding-top: 70px; /* 60px to make the container go all the way to the bottom of the topbar */
1818
}
1919
.affix {
2020
position: fixed;
@@ -63,8 +63,8 @@
6363
<!-- Le javascript
6464
================================================== -->
6565
<!-- Placed at the end of the document so the pages load faster -->
66-
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
67-
<script src="//slywalker.github.io/cakephp-plugin-boost_cake/bootstrap3/js/bootstrap.min.js"></script>
66+
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9/jquery.min.js"></script>
67+
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0-rc1/js/bootstrap.min.js"></script>
6868
<script src="//google-code-prettify.googlecode.com/svn/loader/run_prettify.js"></script>
6969
<?php echo $this->fetch('script'); ?>
7070

0 commit comments

Comments
 (0)