Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CSS-Tricks/The-Printliminator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMottie <wowmotty@gmail.com>2015-08-19 05:15:51 +0300
committerMottie <wowmotty@gmail.com>2015-08-19 05:41:11 +0300
commit7ba5fb154de66dfd4235b48072f5ca886254bfb9 (patch)
tree01480503f441bdb8b917861ef9f4195a856a99e4 /index.html
parent1e38c82cdac0d0a5ae489bd395b2a3c3c6a5476e (diff)
Switch to using tabs, consistently
Diffstat (limited to 'index.html')
-rw-r--r--index.html52
1 files changed, 26 insertions, 26 deletions
diff --git a/index.html b/index.html
index 79bc68e..ff54470 100644
--- a/index.html
+++ b/index.html
@@ -1,37 +1,37 @@
<head>
<meta charset='UTF-8'>
-
+
<title>The Printliminator</title>
-
+
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div id="page-wrap">
-
- <h1>The Printliminator <span style="font-size: 12px; color: red; letter-spacing: 1px;">BETA</span></h1>
-
- <p>The Printliminator is a bookmarklet with some simple tools you can use
- to makes websites print better. One click to activate, and then click to remove
- elements from the page, remove graphics, and apply better print styling.
- Here is the bookmarklet:</p>
-
- <p>
- <a href="javascript:(function(){function%20loadScript(a,b){var%20c=document.createElement('script');c.type='text/javascript';c.src=a;var%20d=document.getElementsByTagName('head')[0],done=false;c.onload=c.onreadystatechange=function(){if(!done&amp;&amp;(!this.readyState||this.readyState=='loaded'||this.readyState=='complete')){done=true;b()}};d.appendChild(c)}loadScript('http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js?ver=1.3.2',function(){loadScript('http://css-tricks.com/examples/ThePrintliminator/js/printliminator.js',function(){printlimator()})})})()" class="bookmarklet">Printliminator</a>
- <span style="font-size: 14px;">&lt; drag to your bookmarks bar</span>
- </p>
-
- <h2>Quick Video Demo</h2>
- <embed src="http://blip.tv/play/hMAsgafAFQA" type="application/x-shockwave-flash" width="570" height="428" allowscriptaccess="always" allowfullscreen="true"></embed>
-
- <h2>Credits</h2>
- <p>By <a href="http://chriscoyier.net">Chris Coyier</a> and <a href="http://devongovett.wordpress.com/">Devon Govett</a>.
- Icons by <a href="http://wefunction.com/2008/07/function-free-icon-set/">Function</a>.
- Print stylesheet based on <a href="http://code.google.com/p/hartija/">Hartija</a>.</p>
-
- </div>
-
-</body>
+
+ <h1>The Printliminator <span style="font-size: 12px; color: red; letter-spacing: 1px;">BETA</span></h1>
+
+ <p>The Printliminator is a bookmarklet with some simple tools you can use
+ to makes websites print better. One click to activate, and then click to remove
+ elements from the page, remove graphics, and apply better print styling.
+ Here is the bookmarklet:</p>
+
+ <p>
+ <a href="javascript:(function(){function%20loadScript(a,b){var%20c=document.createElement('script');c.type='text/javascript';c.src=a;var%20d=document.getElementsByTagName('head')[0],done=false;c.onload=c.onreadystatechange=function(){if(!done&amp;&amp;(!this.readyState||this.readyState=='loaded'||this.readyState=='complete')){done=true;b()}};d.appendChild(c)}loadScript('http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js?ver=1.3.2',function(){loadScript('http://css-tricks.com/examples/ThePrintliminator/js/printliminator.js',function(){printlimator()})})})()" class="bookmarklet">Printliminator</a>
+ <span style="font-size: 14px;">&lt; drag to your bookmarks bar</span>
+ </p>
+
+ <h2>Quick Video Demo</h2>
+ <embed src="http://blip.tv/play/hMAsgafAFQA" type="application/x-shockwave-flash" width="570" height="428" allowscriptaccess="always" allowfullscreen="true"></embed>
+
+ <h2>Credits</h2>
+ <p>By <a href="http://chriscoyier.net">Chris Coyier</a> and <a href="http://devongovett.wordpress.com/">Devon Govett</a>.
+ Icons by <a href="http://wefunction.com/2008/07/function-free-icon-set/">Function</a>.
+ Print stylesheet based on <a href="http://code.google.com/p/hartija/">Hartija</a>.</p>
+
+ </div>
+
+ </body>
</html> \ No newline at end of file