Skip to content

Commit

Permalink
We don't need both bootstrap.css as well as bootstrap.min.css. One sh…
Browse files Browse the repository at this point in the history
…ould be enough
  • Loading branch information
akshar-raaj committed Mar 5, 2014
1 parent 8e644eb commit 79c5a1d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tavern/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
<head>
<title>Open Tavern</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap -->
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}bootstrap/css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}bootstrap/css/bootstrap.min.css">
<script type="text/javascript" src="{{ STATIC_URL }}jquery/jquery-1.10.2.js"></script>
<script type="text/javascript" src="{{ STATIC_URL }}bootstrap/js/bootstrap.js"></script>
Expand Down

0 comments on commit 79c5a1d

Please sign in to comment.