We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13659d4 commit e50f4edCopy full SHA for e50f4ed
images/tabslet.png
16.6 KB
index.html
@@ -31,6 +31,7 @@
31
<!--[if IE 9]> <body class="ie ie9 lte9"> <![endif]-->
32
<!--[if gt IE 9]> <body class="ie"> <![endif]-->
33
<!--[if !IE]><!--> <body> <!--<![endif]-->
34
+<img src="images/tabslet.png" class="screenshot">
35
<a href="https://github.com/vdw/Tabslet"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
36
<div id="wrapper">
37
stylesheets/styles.css
@@ -252,4 +252,9 @@ FOOTER {
252
253
.anchorLink:hover {
254
text-decoration: none;
255
+}
256
+
257
+.screenshot {
258
+ position: absolute;
259
+ clip: rect(0 0 0 0);
260
}
0 commit comments