Difference between revisions of "Team:British Columbia/Test/Custom CSS"

Line 3: Line 3:
  
 
<!-- NOTE TO THE USER: This is where all the CSS information is stored -->
 
<!-- NOTE TO THE USER: This is where all the CSS information is stored -->
 
 
<!-- ========================== Google Fonts ========================== -->
 
<link href='http://fonts.googleapis.com/css?family=Merriweather' rel='stylesheet' type='text/css'>
 
<link href='http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
 
 
  
 
<!-- ========================= MathJax (LaTeX for the web) ================== -->
 
<!-- ========================= MathJax (LaTeX for the web) ================== -->
 
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
 
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
 
 
  
 
<!-- ============== ie9.js (fixes all Internet Explorer browsers older than ie9) =========== -->
 
<!-- ============== ie9.js (fixes all Internet Explorer browsers older than ie9) =========== -->
Line 19: Line 11:
 
<script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"></script>
 
<script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"></script>
 
<![endif]-->
 
<![endif]-->
 
 
  
 
<!-- ========================= Bootstrap core CSS ======================== -->
 
<!-- ========================= Bootstrap core CSS ======================== -->
<link href="https://2014.igem.org/Team:British_Columbia/bootstrap.css?action=raw&ctype=text/css" rel="stylesheet">
+
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" rel="stylesheet">
  
 
<!-- ====================== Bootstrap custom styles for this template ==================== -->
 
<!-- ====================== Bootstrap custom styles for this template ==================== -->
Line 30: Line 20:
 
<title>2014 UBC iGEM</title>
 
<title>2014 UBC iGEM</title>
  
 +
<!-- ================ CUSTOM CSS ===================================== -->
  
 +
.firstHeading {
 +
      display:none;
 +
}
 +
 +
 +
</style>
  
 
<!-- ========================= Bootstrap core JavaScript ===================== -->
 
<!-- ========================= Bootstrap core JavaScript ===================== -->
 
<!-- Placed at the end of the document so the pages load faster -->
 
<!-- Placed at the end of the document so the pages load faster -->
 
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js?action=raw"></script>
 
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js?action=raw"></script>
<script src="https://2014.igem.org/Team:British_Columbia/bootstrap.js?action=raw"></script>
+
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
 
+
 
+
  
 
</head>
 
</head>
 
</html>
 
</html>

Revision as of 20:19, 30 March 2015

2014 UBC iGEM .firstHeading { display:none; }