Skip to content

Commit 90fd434

Browse files
author
Dirk Ginader
committed
added Version Info to the readme
1 parent db5eaa6 commit 90fd434

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@
3333

3434
body p { display: none; }
3535

36-
/*FireFox 2 and 3 */
36+
/*Firefox 2 and 3 */
3737
#firefox2, x:-moz-any-link {
3838
display: block;
3939
*display: none; /* overwrite for ie6 and ie7*/
4040
}
4141

42-
/*FireFox 3*/
42+
/*Firefox 3*/
4343
#firefox3, x:-moz-any-link, x:default {
4444
display: block;
4545
*display: none; /* overwrite for ie6 and ie7*/

readme.markdown

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,23 @@ CSS Hacks are something one doesn't talk about in the public. Developers are ash
77
In my Demo I have Paragraphs containing the names of the targeted Browsers and hide them by default.
88
Then I use the Browser specific Hacks to make the Browser names visible again.
99

10+
Version 1.5
11+
-----------
12+
* Firefox
13+
* 2
14+
* 3
15+
* 3.5
16+
* 4
17+
* Internet Explorer
18+
* 6
19+
* 7
20+
* 8
21+
* 9
22+
* Webkit (Safari and Chrome)
23+
* Opera
24+
1025
See also
1126
--------
12-
* [See the DEMO Code in action](http://blog.ginader.de/dev/css/hacks/index.php)
27+
* [See the DEMO Code in action](http://blog.ginader.de/dev/css/hacks/)
1328
* [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)
1429
* [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)