Skip to content

Commit 5fab45d

Browse files
committed
moving demo to root
1 parent 24abbcc commit 5fab45d

13 files changed

+3
-3
lines changed

demo/css/style.css renamed to css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
body {
2-
background: #Ffffff;
2+
background:#F8F8F8 url('../img/noise.png') top left;
33
}
44

55
a {
File renamed without changes.
File renamed without changes.
File renamed without changes.

demo/index.html renamed to index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>jQuery Github Repos</title>
77

88
<!-- Plugin CSS -->
9-
<link rel="stylesheet" href="../assets/base.css">
9+
<link rel="stylesheet" href="js/assets/base.css">
1010

1111
<!-- Demo CSS -->
1212
<link rel="stylesheet" href="css/style.css">
@@ -35,7 +35,7 @@ <h1>jQuery Github Repos</h1>
3535
<img id="github-logo" src="img/github-cat.png" alt="Github Cat" />
3636

3737
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
38-
<script src="../jquery.github.repos.min.js"></script>
38+
<script src="js/jquery.github.repos.min.js"></script>
3939

4040
<script>
4141
$('.github-repos').githubRepos();
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)