Skip to content

Commit 8e21a59

Browse files
committed
Removed topsy, made URLs https, fixed Microbial Mat
1 parent fb5344b commit 8e21a59

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

index.html

+4-12
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,6 @@
1111

1212
<h1>CSS3 Patterns Gallery</h1>
1313
<div id="social">
14-
<div class="topsy_widget_data"><!--
15-
{
16-
"url": "http://lea.verou.me/css3patterns/",
17-
"title": "CSS3 Patterns Gallery",
18-
"nick": "LeaVerou"
19-
}
20-
--></div>
2114
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fleaverou.me%2Fcss3patterns%2F&amp;send=true&amp;layout=button_count&amp;width=450&amp;show_faces=true&amp;action=like&amp;colorscheme=light&amp;font&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:21px;" allowTransparency="true"></iframe>
2215
</div>
2316
<ul id="help">
@@ -30,8 +23,8 @@ <h1>CSS3 Patterns Gallery</h1>
3023
</ul>
3124
<ul id="patterns">
3225
<li style="background:
33-
radial-gradient(0% 50%, circle, rgba(96, 16, 48, 0) 9px, #613 10px, rgba(96, 16, 48, 0) 11px) 0px 10px,
34-
radial-gradient(100% 100%, rgba(96, 16, 48, 0) 9px, #613 10px, rgba(96, 16, 48, 0) 11px),
26+
radial-gradient(at 0% 50%, circle, rgba(96, 16, 48, 0) 9px, #613 10px, rgba(96, 16, 48, 0) 11px) 0px 10px,
27+
radial-gradient(at 100% 100%, rgba(96, 16, 48, 0) 9px, #613 10px, rgba(96, 16, 48, 0) 11px),
3528
#8a3;
3629
background-size: 20px 20px;" title="Microbial Mat" data-author="Logan McBroom" data-author-url="http://logan.mcbroom.me"></li>
3730

@@ -405,8 +398,8 @@ <h2 id="new-submissions">Submission guidelines</h2>
405398
return css;
406399
});
407400
</script>
408-
<script src="http://lea.verou.me/csss/plugins/css-edit.js"></script>
409-
<script src="http://lea.verou.me/csss/plugins/css-snippets.js"></script>
401+
<script src="https://leaverou.github.io/csss/plugins/css-edit.js"></script>
402+
<script src="https://leaverou.github.io/csss/plugins/css-snippets.js"></script>
410403
<script src="https://raw.github.com/LeaVerou/incrementable/gh-pages/incrementable.js"></script>
411404
<script src="http://bytesizematters.com/bytesize.js"></script>
412405
<script src="css3patterns.js"></script>
@@ -418,7 +411,6 @@ <h2 id="new-submissions">Submission guidelines</h2>
418411
pageTracker._trackPageview();
419412
} catch(err) {}
420413
</script>
421-
<script src="http://cdn.topsy.com/topsy.js?init=topsyWidgetCreator"></script>
422414

423415
</body>
424416
</html>

0 commit comments

Comments
 (0)