Skip to content

Commit

Permalink
correct reference to bootstrap-responsive css
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Jan 1, 2013
1 parent a9f0774 commit 7843407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>microblog</title>
{% endif %}
<link href="/static/css/bootstrap.min.css" rel="stylesheet" media="screen">
<link href="/static/css/bootstrap-responsive.css" rel="stylesheet">
<link href="/static/css/bootstrap-responsive.min.css" rel="stylesheet">
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script src="/static/js/bootstrap.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Expand Down

0 comments on commit 7843407

Please sign in to comment.