prevent defaults added

This commit is contained in:
Tom Giannattasio
2012-09-07 17:04:06 -04:00
parent 891a223f72
commit 4f4f35f59e
2 changed files with 4 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ if Backbone?
@newPostForm.slideUp(300)
hideNewPost: (event) ->
event.preventDefault()
@newPostForm.slideUp(300)
toggleDiscussion: (event) ->

View File

@@ -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;