diff --git a/guide.html b/guide.html
index e209dab..f88c74f 100644
--- a/guide.html
+++ b/guide.html
@@ -38,6 +38,11 @@
Here's a guide on how to install IO58 for use with Nintendont.
+
+
Sample folder structure:
+
+
+
This can have multiple reasons:
- You don't have cheats enabled: See 2.3 for details.
diff --git a/img/folderstructure.png b/img/folderstructure.png
new file mode 100644
index 0000000..ecd480b
Binary files /dev/null and b/img/folderstructure.png differ
diff --git a/style/guide.css b/style/guide.css
index 930884f..5d10b71 100644
--- a/style/guide.css
+++ b/style/guide.css
@@ -30,7 +30,7 @@ p {
margin: 0px 60px 0px 60px;
}
ul li {
- margin: 0px 0px 0px 60px;
+ margin: 0px 0px 10px 60px;
width: 80%;
}
#guide_content {