From 0ab538883954a7dacd50cc1e52c302d578e726bd Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Wed, 7 Aug 2013 16:38:54 -0700 Subject: [PATCH] hook nth-of-type to reply, not "row" --- app/assets/stylesheets/application/topic-post.css.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/application/topic-post.css.scss b/app/assets/stylesheets/application/topic-post.css.scss index 237c42d568b..8e0bab2aca5 100644 --- a/app/assets/stylesheets/application/topic-post.css.scss +++ b/app/assets/stylesheets/application/topic-post.css.scss @@ -438,7 +438,7 @@ .embedded-posts { background-color: #e9e6e6; - .row:nth-of-type(1) { + .reply:nth-of-type(1) { padding-top:10px; }