Skip to content

Commit f33b14b

Browse files
committed
turn off github iframes since they don't work anymore
1 parent 6eccc00 commit f33b14b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@
2121
</head>
2222

2323
<body>
24-
<header id="hd" role="banner" class="row">
24+
<header id="hd" role="banner">
2525
<div class="container">
2626
<h1><a href="./" title="Homepage"><span class="caps">CSS</span> Smart Grid</a></h1>
2727
<p class="tagline">Lightweight, Responsive <span class="amp">&amp;</span> Mobile First</p>
2828
<nav>
2929
<ul>
30-
<li class="watch"><iframe src="http://markdotto.github.com/github-buttons/github-btn.html?user=dryan&amp;repo=css-smart-grid&amp;type=watch&amp;count=true"
31-
allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe></li>
32-
<li class="fork"><iframe src="http://markdotto.github.com/github-buttons/github-btn.html?user=dryan&amp;repo=css-smart-grid&amp;type=fork&amp;count=true"
33-
allowtransparency="true" frameborder="0" scrolling="0" width="95" height="20"></iframe></li>
34-
<li class="follow"><iframe src="http://markdotto.github.com/github-buttons/github-btn.html?user=dryan&amp;type=follow&amp;count=true"
35-
allowtransparency="true" frameborder="0" scrolling="0" width="132" height="20"></iframe></li>
30+
<!-- <li class="watch"><iframe src="http://markdotto.github.com/github-buttons/github-btn.html?user=dryan&amp;repo=css-smart-grid&amp;type=watch&amp;count=true"
31+
allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe></li>
32+
<li class="fork"><iframe src="http://markdotto.github.com/github-buttons/github-btn.html?user=dryan&amp;repo=css-smart-grid&amp;type=fork&amp;count=true"
33+
allowtransparency="true" frameborder="0" scrolling="0" width="95" height="20"></iframe></li>
34+
<li class="follow"><iframe src="http://markdotto.github.com/github-buttons/github-btn.html?user=dryan&amp;type=follow&amp;count=true"
35+
allowtransparency="true" frameborder="0" scrolling="0" width="132" height="20"></iframe></li> -->
3636
</ul>
3737
</nav>
3838
</div><!-- end .container -->

0 commit comments

Comments
 (0)