diff --git a/public/default.html b/public/default.html index c14aefbeb..a2fb3ce0f 100644 --- a/public/default.html +++ b/public/default.html @@ -34,6 +34,51 @@ font-family: 'helvetica'; } + #links { + margin: 0; + padding: 0; + } + #links .section { + margin: 0; + padding: 0; + display: inline-block; + vertical-align: top; + width: 24%; + max-width: 24%; + } + + code { + background-color: #D9FFA9; + } + + #login-link { + float: right; + padding: 3px 5px; + background: #f0f0f0; + border: 1px solid #ddd; + border-radius: 3px; + font-weight: bold; + } + + #login-link:hover{ + text-decoration: none; + background-color: #fff; + } + + #change-page { + color: #999; + text-align: center; + font-style: italic; + } + + #change-page code { + background: none; + } + + footer .container { + margin-top: 15px; + } + @@ -41,6 +86,7 @@
Look at config/app_config.yml.example for help.
+Look at config/app_config.yml.example and config/database.yml.example for help.
login form ??
+Start by creating an account.
It's people like you who are going to make Diaspora great. a link to github.
+Make Diaspora even better! Fork the project on github, make some changes, and submit a pull request.
app/views/home/_show.html.haml
+