Skip to content

Commit

Permalink
Load local copy of bootstrap css
Browse files Browse the repository at this point in the history
Load local copy of bootstrap css so site can be served over https.
  • Loading branch information
cwarden authored and rauhryan committed May 13, 2012
1 parent 1f27bc4 commit b176f7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion views/layout.erb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<script src="/scripts/bootstrap/bootstrap-dropdown.js"></script>
<script src="/scripts/bootstrap/bootstrap-twipsy.js"></script>

<link rel="stylesheet" href="http://twitter.github.com/bootstrap/1.4.0/bootstrap.min.css">
<link rel="stylesheet" href="/styles/bootstrap.min.css">
<link rel="stylesheet" href="/styles/main.css" type="text/css" media="screen" charset="utf-8">
<script type="text/javascript">

Expand Down
2 changes: 1 addition & 1 deletion views/layout_fluid.erb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<script src="/scripts/bootstrap/bootstrap-dropdown.js"></script>
<script src="/scripts/bootstrap/bootstrap-twipsy.js"></script>

<link rel="stylesheet" href="http://twitter.github.com/bootstrap/1.4.0/bootstrap.min.css">
<link rel="stylesheet" href="/styles/bootstrap.min.css">
<link rel="stylesheet" href="/styles/main.css" type="text/css" media="screen" charset="utf-8">
<script type="text/javascript">

Expand Down

0 comments on commit b176f7e

Please sign in to comment.