Commit 4f4f35f5 by Tom Giannattasio

prevent defaults added

parent 891a223f
...@@ -24,6 +24,7 @@ if Backbone? ...@@ -24,6 +24,7 @@ if Backbone?
@newPostForm.slideUp(300) @newPostForm.slideUp(300)
hideNewPost: (event) -> hideNewPost: (event) ->
event.preventDefault()
@newPostForm.slideUp(300) @newPostForm.slideUp(300)
toggleDiscussion: (event) -> toggleDiscussion: (event) ->
......
...@@ -1578,7 +1578,9 @@ body.discussion { ...@@ -1578,7 +1578,9 @@ body.discussion {
} }
section.discussion { section.discussion {
/* Course content p has a default margin-bottom of 1.416em, this is just to reset that */ margin-top: 20px;
/* Course content p has a default margin-bottom of 1.416em, this is just to reset that */
.discussion-thread { .discussion-thread {
padding: 0.5em 0; padding: 0.5em 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment