Merge pull request #288 from twbs/use-defaults

JS & CSS are the default for <script> & <style>
This commit is contained in:
Connor Montgomery 2014-02-25 16:34:45 -08:00
Родитель 1163eb535e ba9c11719a
Коммит afce09c192
3 изменённых файлов: 4 добавлений и 4 удалений

2
dist/template.html поставляемый
Просмотреть файл

@ -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;

Просмотреть файл

@ -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 поставляемый
Просмотреть файл

@ -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;