diff --git a/Basics/index.html b/Basics/index.html
index d61aaa2..10eec31 100644
--- a/Basics/index.html
+++ b/Basics/index.html
@@ -13,6 +13,15 @@
Tutorials
Dictionary
Community Members
+
+
+
What Exactly is Jailbreaking?
diff --git a/contributors/index.html b/contributors/index.html
index 6f2cc3b..a450c07 100644
--- a/contributors/index.html
+++ b/contributors/index.html
@@ -7,6 +7,7 @@
+
- Home
- The Basics
diff --git a/css/style.css b/css/style.css
index e250d7a..b12dc0c 100644
--- a/css/style.css
+++ b/css/style.css
@@ -76,23 +76,6 @@ a{
li{
font-family: SanFran;
}
-.blank{
- /*hopefully clear all formatting*/
- height:auto !important;
- background-color: rgba(0,0,0,0.00) !important;
- display: auto !important;
- color: auto !important;
- text-align: auto !important;
- padding: auto !important;
- text-decoration: auto !important;
- list-style-type: circle !important;
- margin: auto !important;
- padding: auto !important;
- overflow: auto !important;
- position: relative !important;
- top: auto !important;
- float: none !important;
- width: 50% !important;
}
/*Standard Body CSS Ends*/
@@ -127,4 +110,21 @@ img .categories{
}
.centertext{
text-align: center;
-}
\ No newline at end of file
+}
+.blank{
+ /*hopefully clear all formatting*/
+ height:auto !important;
+ background-color: rgba(0,0,0,0.00) !important;
+ display: auto !important;
+ color: auto !important;
+ text-align: auto !important;
+ padding: auto !important;
+ text-decoration: auto !important;
+ list-style-type: circle !important;
+ margin: auto !important;
+ padding: auto !important;
+ overflow: auto !important;
+ position: relative !important;
+ top: auto !important;
+ float: none !important;
+ width: 50% !important;
\ No newline at end of file