Commit 448bd68e3bf0127c7bfd4b7d6e46a508c9a0b374

Miles Johnson 2013-05-26T20:07:04

Removed example

diff --git a/examples.html b/examples.html
index 10bba5f..3b7346b 100644
--- a/examples.html
+++ b/examples.html
@@ -156,27 +156,6 @@ ol {}</code></pre>
 
 	<h2>URL</h2>
 	<pre><code>content: url(foo.png);</code></pre>
-
-	<h2>Full Example</h2>
-	<pre><code>@media all {
-	div {
-		display: block;
-		*display: inline;
-		width: 100%;
-		height: 25px;
-		color: #000;
-		background: url("data:image/png;base64,SOMEFAKEHASH");
-	}
-
-	.class:nth-child(2n+1) {
-		font: normal 12px/100% Verdana, Arial, sans-serif;
-	}
-
-	#id::after {
-		content: attr(title);
-	}
-}</code></pre>
-</pre>
 </section>
 
 <section class="language-javascript">