Merge pull request #66 from skx/gh-pages
Removed protocol specification from CSS.
This commit is contained in:
commit
349df9f922
3 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
<title>Your Page Title</title>
|
||||
|
||||
<link href="http://mincss.com/entireframework.min.css" rel="stylesheet" type="text/css">
|
||||
<link href="//mincss.com/entireframework.min.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<nav class="nav" tabindex="-1" onclick="this.focus()">
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
<title>Your Page Title</title>
|
||||
|
||||
<link href="http://mincss.com/entireframework.min.css" rel="stylesheet" type="text/css">
|
||||
<link href="//mincss.com/entireframework.min.css" rel="stylesheet" type="text/css">
|
||||
|
||||
<style>
|
||||
.hero {
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
<title>Your Page Title</title>
|
||||
|
||||
<link href="http://mincss.com/entireframework.min.css" rel="stylesheet" type="text/css">
|
||||
<link href="//mincss.com/entireframework.min.css" rel="stylesheet" type="text/css">
|
||||
|
||||
<style>
|
||||
h1 {
|
||||
|
|
Loading…
Add table
Reference in a new issue