mirror of
https://github.com/klaussilveira/gitlist.git
synced 2026-01-22 15:33:01 +01:00
Merge pull request #831 from FranklinYu/patch/mixed-content
Patch/mixed content
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
@import url(http://fonts.googleapis.com/css?family=Ubuntu);
|
||||
@import url(https://fonts.googleapis.com/css?family=Ubuntu);
|
||||
body {
|
||||
font-family:Ubuntu, Helvetica, Arial, sans-serif;
|
||||
padding-top:60px;
|
||||
@@ -208,4 +208,4 @@ padding:0;
|
||||
.contributor-list li {
|
||||
display:inline-block;
|
||||
padding:5px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<link href="css/bootstrap.css" rel="stylesheet">
|
||||
<link href="css/style.css" rel="stylesheet">
|
||||
<!--[if lt IE 9]>
|
||||
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
|
||||
<script src="https://html5shim.googlecode.com/svn/trunk/html5.js"></script>
|
||||
<![endif]-->
|
||||
</head>
|
||||
<body>
|
||||
@@ -203,10 +203,10 @@
|
||||
<br />
|
||||
</div>
|
||||
|
||||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="js/bootstrap.js"></script>
|
||||
<script type="text/javascript" src="js/main.js"></script>
|
||||
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4ff4f44714213073"></script>
|
||||
<script type="text/javascript" src="https://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4ff4f44714213073"></script>
|
||||
<script type="text/javascript">
|
||||
var _gaq = _gaq || [];
|
||||
_gaq.push(['_setAccount', 'UA-33185077-1']);
|
||||
|
||||
Reference in New Issue
Block a user