2187b83bef
Font-awesome and bootstrap files were included minimized Removed font-awesome which was only used from the CDN Replaced bootstrap minimized files with regular ones Updated references to bootstrap files Change-Id: I6bb74549b762e7502a8e1966fc4b6b53fe54c163 Closes-bug: #1501641
21 lines
894 B
Cheetah
21 lines
894 B
Cheetah
<!-- Bootstrap Core CSS -->
|
|
<link href="{{ cssdir }}bootstrap.css" rel="stylesheet">
|
|
|
|
<!-- Custom CSS -->
|
|
<link href="{{ cssdir }}combined.css" rel="stylesheet">
|
|
<link href="{{ cssdir }}styles.css" rel="stylesheet">
|
|
|
|
|
|
<!-- Fonts -->
|
|
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.css" rel="stylesheet">
|
|
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400,700' rel='stylesheet' type='text/css'>
|
|
|
|
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
|
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
|
<!--[if lt IE 9]>
|
|
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
|
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
|
<![endif]-->
|
|
|
|
<!-- Page-specific CSS -->
|