diff --git a/www/contributing.md b/www/contributing.md
index 2037e04..509cf97 100755
--- a/www/contributing.md
+++ b/www/contributing.md
@@ -72,7 +72,7 @@ Hard way The best way to contribute is to "clone" your fork of CodeIgniter to yo
2. Go to the CodeIgniter repo
3. Fork it
4. Clone your CodeIgniter repo: git@github.com:/CodeIgniter.git
-5. Checkout the "develop" branch At this point you are ready to start making changes.
+5. Checkout the "develop" branch At this point you are ready to start making changes.
6. Fix existing bugs on the Issue tracker after taking a look to see nobody else is working on them.
7. Commit the files
8. Push your develop branch to your fork
@@ -92,4 +92,4 @@ If you are using command-line you can do the following:
2. `git pull codeigniter develop`
3. `git push origin develop`
-Now your fork is up to date. This should be done regularly, or before you send a pull request at least.
\ No newline at end of file
+Now your fork is up to date. This should be done regularly, or before you send a pull request at least.
diff --git a/www/css/styles.css b/www/css/styles.css
index bb75e82..83fe8f1 100644
--- a/www/css/styles.css
+++ b/www/css/styles.css
@@ -1,24 +1,67 @@
+body {
+ background-color: #E3F3FD;
+}
+
+img.home-icon {
+ width: 50px;
+ margin-top: -.85em;
+ margin-left: 4em;
+}
+
+.login {
+ max-width:45%;
+ margin:0 auto;
+ margin-top: 100px;
+}
+
+.register {
+ margin-top: 25px;
+}
+
+.icon {
+ width: 45%;
+ margin-left: 30%;
+}
+
+img.icon.reg {
+ width: 25%;
+ margin-left: 38%;
+}
+
.home{
max-width:60%;
- margin:0 auto
+ margin:0 auto;
+}
+
+.tweet-container{
+ border:1px solid #eeeeee;
+ margin-bottom:15px;
+ margin-top: 15px;
+ max-width:100%;
+ background-color: white;
+ border-radius: 25px;
+ padding: 20px;
+}
+
+.tweet-container h3{
+ margin-top:0!important
}
- .tweet-container{
- border:1px solid #eeeeee;
- padding:15px;
- margin-bottom:15px;
- max-width:100%;
- }
+.handle {
+ color: grey;
+}
- .tweet-container h3{
- margin-top:0!important
- }
+.date{
+ color:grey;
+ float: right;
+}
- .date{
- color:grey
- }
+.tweet{
+ font-size: 16px;
+ font-style: italic;
+}
- .tweet{
- font-size: 16px;
- font-style: italic;
- }
+.footer {
+ margin-bottom: 5px;
+ margin-left: 5px;
+}