[Pkg-javascript-commits] [d3-tip.js] 265/277: fix css rendering in chrome

bhuvan krishna bhuvan-guest at moszumanska.debian.org
Thu Dec 8 06:57:37 UTC 2016


This is an automated email from the git hooks/post-receive script.

bhuvan-guest pushed a commit to branch master
in repository d3-tip.js.

commit ab1d5fc79529291eb824254291b8f629b9e2826f
Author: Justin Palmer <justin at labratrevenge.com>
Date:   Thu Aug 11 09:54:06 2016 -0700

    fix css rendering in chrome
    
    type="css" is not a proper content-type
---
 examples/arrow-styles.html    | 2 +-
 examples/bars.html            | 2 +-
 examples/bulk-attr-style.html | 2 +-
 examples/circles.html         | 2 +-
 examples/css-transitions.html | 2 +-
 examples/requirejs.html       | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/examples/arrow-styles.html b/examples/arrow-styles.html
index 68e14ed..243a761 100644
--- a/examples/arrow-styles.html
+++ b/examples/arrow-styles.html
@@ -6,7 +6,7 @@
   <title>Example styles</title>
   <script type="text/javascript" src="../bower_components/d3/d3.js"></script>
   <script type="text/javascript" src="../index.js"></script>
-  <link rel="stylesheet" type="css" href="example-styles.css">
+  <link rel="stylesheet" href="example-styles.css">
   <style type="text/css">
   body {
     padding: 40px;
diff --git a/examples/bars.html b/examples/bars.html
index 47889d1..498e150 100644
--- a/examples/bars.html
+++ b/examples/bars.html
@@ -9,7 +9,7 @@
   <script type="text/javascript">
     data = [{"total":225,"days":[12,51,60,26,38,31,7]},{"total":279,"days":[42,33,34,72,61,12,25]},{"total":212,"days":[12,59,24,70,36,5,6]},{"total":335,"days":[17,43,38,58,67,72,40]},{"total":329,"days":[40,53,62,48,38,36,52]},{"total":234,"days":[15,25,41,66,35,37,15]},{"total":175,"days":[2,40,23,40,23,34,13]},{"total":308,"days":[20,22,63,55,51,66,31]},{"total":401,"days":[20,64,42,62,88,79,46]},{"total":214,"days":[24,27,25,48,38,28,24]},{"total":332,"days":[26,43,20,109,74,29,31]} [...]
   </script>
-  <link rel="stylesheet" type="css" href="example-styles.css">
+  <link rel="stylesheet" href="example-styles.css">
   <style type="text/css">
   body {
     padding: 40px;
diff --git a/examples/bulk-attr-style.html b/examples/bulk-attr-style.html
index b7672c9..abfe1f0 100644
--- a/examples/bulk-attr-style.html
+++ b/examples/bulk-attr-style.html
@@ -9,7 +9,7 @@
   <script type="text/javascript">
     data = [{"total":225,"days":[12,51,60,26,38,31,7]},{"total":279,"days":[42,33,34,72,61,12,25]},{"total":212,"days":[12,59,24,70,36,5,6]},{"total":335,"days":[17,43,38,58,67,72,40]},{"total":329,"days":[40,53,62,48,38,36,52]},{"total":234,"days":[15,25,41,66,35,37,15]},{"total":175,"days":[2,40,23,40,23,34,13]},{"total":308,"days":[20,22,63,55,51,66,31]},{"total":401,"days":[20,64,42,62,88,79,46]},{"total":214,"days":[24,27,25,48,38,28,24]},{"total":332,"days":[26,43,20,109,74,29,31]} [...]
   </script>
-  <link rel="stylesheet" type="css" href="example-styles.css">
+  <link rel="stylesheet" href="example-styles.css">
   <style type="text/css">
   body {
     padding: 40px;
diff --git a/examples/circles.html b/examples/circles.html
index 63e594a..243cf10 100644
--- a/examples/circles.html
+++ b/examples/circles.html
@@ -6,7 +6,7 @@
   <title>Circles</title>
   <script type="text/javascript" src="../bower_components/d3/d3.js"></script>
   <script type="text/javascript" src="../index.js"></script>
-  <link rel="stylesheet" type="css" href="example-styles.css">
+  <link rel="stylesheet" href="example-styles.css">
   <style type="text/css">
   body {
     padding: 40px;
diff --git a/examples/css-transitions.html b/examples/css-transitions.html
index 083048e..0aec6e7 100644
--- a/examples/css-transitions.html
+++ b/examples/css-transitions.html
@@ -9,7 +9,7 @@
   <script type="text/javascript">
     data = [{"total":225,"days":[12,51,60,26,38,31,7]},{"total":279,"days":[42,33,34,72,61,12,25]},{"total":212,"days":[12,59,24,70,36,5,6]},{"total":335,"days":[17,43,38,58,67,72,40]},{"total":329,"days":[40,53,62,48,38,36,52]},{"total":234,"days":[15,25,41,66,35,37,15]},{"total":175,"days":[2,40,23,40,23,34,13]},{"total":308,"days":[20,22,63,55,51,66,31]},{"total":401,"days":[20,64,42,62,88,79,46]},{"total":214,"days":[24,27,25,48,38,28,24]},{"total":332,"days":[26,43,20,109,74,29,31]} [...]
   </script>
-  <link rel="stylesheet" type="css" href="example-styles.css">
+  <link rel="stylesheet" href="example-styles.css">
   <style type="text/css">
   @-webkit-keyframes bounceIn {
     0% {
diff --git a/examples/requirejs.html b/examples/requirejs.html
index c8ee941..b49af8f 100644
--- a/examples/requirejs.html
+++ b/examples/requirejs.html
@@ -4,7 +4,7 @@
   <title>d3.tip.js - Tooltips for D3</title>
   <meta charset="utf-8" />
   <title>require.js</title>
-  <link rel="stylesheet" type="css" href="example-styles.css">
+  <link rel="stylesheet" href="example-styles.css">
   <style type="text/css">
   body {
     padding: 40px;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/d3-tip.js.git



More information about the Pkg-javascript-commits mailing list