Fix the default bootstrap CSS overriding my custom CSS

This commit is contained in:
Arona Jones
2014-11-26 16:50:27 +00:00
parent 5996796820
commit c1b4d79108
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
<!-- Bootstrap core CSS -->
<link href="/css/art.css" rel="stylesheet">
<link href="https://netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css" rel="stylesheet">
<!--<link href="https://netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css" rel="stylesheet">-->
<!-- Custom styles for this template -->
<style>

View File

@@ -12,7 +12,7 @@
<!-- Bootstrap core CSS -->
<link href="/css/art.css" rel="stylesheet">
<link href="https://netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css" rel="stylesheet">
<!--<link href="https://netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css" rel="stylesheet">-->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="/javascripts/lightbox.js"></script>