Commit 4f4f35f5 by Tom Giannattasio

prevent defaults added

parent 891a223f
......@@ -24,6 +24,7 @@ if Backbone?
@newPostForm.slideUp(300)
hideNewPost: (event) ->
event.preventDefault()
@newPostForm.slideUp(300)
toggleDiscussion: (event) ->
......
......@@ -1578,7 +1578,9 @@ body.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 {
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