diff --git a/app/assets/stylesheets/application.css.scss b/app/assets/stylesheets/application.css.scss index d115e177e..1e049920c 100644 --- a/app/assets/stylesheets/application.css.scss +++ b/app/assets/stylesheets/application.css.scss @@ -1211,7 +1211,6 @@ div#news-ticker { div#terms-of-service { width: 40em; - margin: 5em auto; h1 { font-size: $h2_size; @@ -1223,6 +1222,7 @@ div#terms-of-service { ul { margin-left: 1em; + margin-bottom: 1em; } li { diff --git a/app/views/static/site_map.html.erb b/app/views/static/site_map.html.erb index 9f99610d9..254de0b71 100644 --- a/app/views/static/site_map.html.erb +++ b/app/views/static/site_map.html.erb @@ -11,7 +11,7 @@
Danbooru 2 is a rewrite of the original Danbooru source code. Most functionality remains the same. The goal is to create a cleaner architecture so that extending and expanding the site will be easier. The goal of the beta is to test the code and make sure all the pieces are working.
+This test database is independent of the Danbooru database. That means your account has not been copied over. You will have to create a new account on Testbooru in order to start contributing. This is only to make testing easier; the eventual goal is to migrate the old Danbooru database to the new code. But that will come much later.
+You are encouraged to upload, comment, note, and do everything in your power to break the site. If you notice any bugs or any inconsistencies with the old site, there's an issue tracker on Github that you can use. If you would rather not create a new Github account, you can post comments on the forum.
+Some of the major change from the original Danbooru are:
+<%= link_to("Continue", params[:url] || "/", :id => "tos-agree-link") %>
+ + + +