diff options
Diffstat (limited to 'topics/3.0-announcement/index.html')
| -rw-r--r-- | topics/3.0-announcement/index.html | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/topics/3.0-announcement/index.html b/topics/3.0-announcement/index.html index 111ca522..addb47cb 100644 --- a/topics/3.0-announcement/index.html +++ b/topics/3.0-announcement/index.html @@ -426,7 +426,7 @@  <hr />  <h4 id="rest-framework-under-the-hood">REST framework: Under the hood.</h4>  <p>This talk from the <a href="http://www.djangounderthehood.com/">Django: Under the Hood</a> event in Amsterdam, Nov 2014, gives some good background context on the design decisions behind 3.0.</p> -<iframe width="560" height="315" src="//www.youtube.com/embed/3cSsbe-tA0E" frameborder="0" allowfullscreen></iframe> +<iframe style="display: block; margin: 0 auto 0 auto" width="560" height="315" src="//www.youtube.com/embed/3cSsbe-tA0E" frameborder="0" allowfullscreen></iframe>  <hr />  <p><em>Below is an in-depth guide to the API changes and migration notes for 3.0.</em></p> @@ -1165,6 +1165,7 @@ amount = serializers.DecimalField(    <script src="../../js/jquery-1.8.1-min.js"></script>    <script src="../../js/prettify-1.0.js"></script>    <script src="../../js/bootstrap-2.1.1-min.js"></script> +  <script src="../../js/theme.js"></script>    <script>      //$('.side-nav').scrollspy() | 
