impress.css is now moved to impress.js

This commit is contained in:
Bartek Szopka
2011-12-29 15:36:02 +01:00
parent b15963042e
commit 24e4056e7f
4 changed files with 24 additions and 57 deletions

View File

@@ -9,8 +9,7 @@
<link href="http://fonts.googleapis.com/css?family=Open+Sans:regular,semibold,italic,italicsemibold|Crimson+Text:400,700,400italic" rel="stylesheet" />
<link href="impress.css" rel="stylesheet" />
<link href="style.css" rel="stylesheet" />
<link href="css/style.css" rel="stylesheet" />
</head>
<body>
@@ -45,7 +44,7 @@
</div></div><!-- #canvas.scale > .rotate -->
</div><!-- #impress -->
<script src="impress.js"></script>
<script src="js/impress.js"></script>
</body>
</html>