Browse Source

Merge pull request #288 from twbs/use-defaults

JS & CSS are the default for <script> & <style>
pull/289/head
Connor Montgomery 11 years ago
parent
commit
afce09c192
  1. 2
      dist/template.html
  2. 4
      docs/_includes/header.html
  3. 2
      docs/dist/template.html

2
dist/template.html vendored

@ -26,7 +26,7 @@
<script src="ratchet.js"></script>
<!-- Intro paragraph styles. Delete once you start using this page -->
<style type="text/css">
<style>
.welcome {
line-height: 1.5;
color: #555;

4
docs/_includes/header.html

@ -20,8 +20,8 @@
<script src="../assets/js/fingerblast.js"></script>
<!-- Typekit -->
<script type="text/javascript" src="//use.typekit.net/asj6ttm.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<script src="//use.typekit.net/asj6ttm.js"></script>
<script>try{Typekit.load();}catch(e){}</script>
<!-- Roboto -->
<link href='http://fonts.googleapis.com/css?family=Roboto:400,700,500' rel='stylesheet' type='text/css'>

2
docs/dist/template.html vendored

@ -26,7 +26,7 @@
<script src="ratchet.js"></script>
<!-- Intro paragraph styles. Delete once you start using this page -->
<style type="text/css">
<style>
.welcome {
line-height: 1.5;
color: #555;

Loading…
Cancel
Save