Skip to content

Commit

Permalink
Add firefox support but ONLY for the demo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor committed Dec 5, 2011
1 parent 66bf794 commit a092240
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.html
Expand Up @@ -2,8 +2,11 @@
<html>
<head>
<meta charset="utf-8" />
<title>Path menu in pure CSS3</title>
<title>Path menu in pure CSS3 <small>(webkit)</small></title>
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/app.css" />
<!-- The following stylesheet is written manually but ONLY for the demo. -->
<!-- I'm waiting for Sass closes this issue: https://github.com/nex3/sass/issues/46 -->
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/firefox.css" />
</head>
<body>
<section id="main">
Expand Down
1 change: 1 addition & 0 deletions stylesheets/firefox.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a092240

Please sign in to comment.