Skip to content

Commit 9621b9a

Browse files
author
Dirk Ginader
committed
added link to online demo
1 parent 091d7a8 commit 9621b9a

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

index.html

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,27 @@
66
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
77
<title>CSS Hacks Collection</title>
88
<!--
9-
* code: http://github.com/ginader/Accessible-Tabs
10-
* please report issues at: http://github.com/ginader/Accessible-Tabs/issues
9+
* code: http://github.com/ginader/CSS-Hacks
10+
* please report issues at: http://github.com/ginader/CSS-Hacks/issues
1111
*
12-
* Copyright (c) 2007 Dirk Ginader (ginader.de)
12+
* Copyright (c) 2010 Dirk Ginader (ginader.de)
1313
* Dual licensed under the MIT and GPL licenses:
1414
* http://www.opensource.org/licenses/mit-license.php
1515
* http://www.gnu.org/licenses/gpl.html
1616
*
17-
* Version: 1.7
17+
* Version: 1.3
1818
*
1919
* History:
2020
* * 1.0 initial release
21+
* * 1.3 adding support for Firefox 3.5+
2122
-->
2223

2324
<style type="text/css">
25+
#more{
26+
display:block;
27+
padding-top:2em;
28+
}
29+
2430
body p { display: none; }
2531

2632
/*FireFox 2 and 3 */

readme.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ Then I use the Browser specific Hacks to make the Browser names visible again.
99

1010
See also
1111
--------
12+
* [See the DEMO Code in action](http://blog.ginader.de/dev/css/hacks/index.php)
1213
* [Read more about the CSS Hacks used in this Demo here (english)](http://blog.ginader.de/archives/2009/02/01/CSS-Voodoo-The-dark-art-of-CSS-Hacks.php)
1314
* [Mehr Infos über die hier verwendeten Hacks (deutsch)](http://blog.ginader.de/archives/2009/02/01/CSS-Voodoo-Die-dunkle-Kunst-der-CSS-Hacks.php)

0 commit comments

Comments
 (0)