added media to reset styles

This commit is contained in:
Bala Clark 2010-07-06 10:18:28 +01:00
parent ab01d45ea1
commit 7422f20d52

View file

@ -7,7 +7,7 @@
<title>Canvas Test</title> <title>Canvas Test</title>
<link rel="stylesheet" href="http://github.com/joshuaclayton/blueprint-css/raw/master/blueprint/src/reset.css"> <link rel="stylesheet" href="http://github.com/joshuaclayton/blueprint-css/raw/master/blueprint/src/reset.css" media="screen, projection">
<link rel="stylesheet" href="styles.css" media="screen, projection"> <link rel="stylesheet" href="styles.css" media="screen, projection">
<script src="scripts.js"></script> <script src="scripts.js"></script>
</head> </head>