Skip to content

Commit e50f4ed

Browse files
committed
Add a screenshot
1 parent 13659d4 commit e50f4ed

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

images/tabslet.png

16.6 KB
Loading

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
<!--[if IE 9]> <body class="ie ie9 lte9"> <![endif]-->
3232
<!--[if gt IE 9]> <body class="ie"> <![endif]-->
3333
<!--[if !IE]><!--> <body> <!--<![endif]-->
34+
<img src="images/tabslet.png" class="screenshot">
3435
<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>
3536
<div id="wrapper">
3637

stylesheets/styles.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,4 +252,9 @@ FOOTER {
252252

253253
.anchorLink:hover {
254254
text-decoration: none;
255+
}
256+
257+
.screenshot {
258+
position: absolute;
259+
clip: rect(0 0 0 0);
255260
}

0 commit comments

Comments
 (0)