diff --git a/API.md b/API.md
index 2e536da..1350a7c 100644
--- a/API.md
+++ b/API.md
@@ -281,12 +281,12 @@ deprecated and scheduled to be removed with the release of version 1.0.0.
To enable more granular control over styles, labels are divided between a set
of text containers, with each holding the labels for one axis. These containers
-are given the classes 'flot-text', 'flot-[x|y]-axis', and 'flot-[x|y]#-axis',
-where '#' is the number of the axis when there are multiple axes. For example,
-the x-axis labels for a simple plot with only one x-axis might look like this:
+are given the classes 'flot-[x|y]-axis', and 'flot-[x|y]#-axis', where '#' is
+the number of the axis when there are multiple axes. For example, the x-axis
+labels for a simple plot with only a single x-axis might look like this:
```html
-
+
diff --git a/jquery.flot.js b/jquery.flot.js
index 8b008ff..2f11d43 100644
--- a/jquery.flot.js
+++ b/jquery.flot.js
@@ -38,16 +38,6 @@ Licensed under the MIT license.
var hasOwnProperty = Object.prototype.hasOwnProperty;
- // Add default styles for tick labels and other text
-
- $(function() {
- $("head").prepend([
- ""
- ].join(""));
- });
-
///////////////////////////////////////////////////////////////////////////
// The Canvas object is a wrapper around an HTML5