Luke Pacholski

Results 39 comments of Luke Pacholski

OK, I'll wait on @humphd to weigh in on the changes you made and then I'll do one last functional test before we get this landed. Cheers!

@acabunoc Check out what I did for the Clubs template work... - Live Template - http://flukeout.github.io/master-template/clubs-markdown/#introduction - Markdown Source - https://github.com/flukeout/master-template/blob/master/clubs-markdown/content.md All of the content for the guide lives in...

@acabunoc Okay check this out - **Content** - https://github.com/flukeout/master-template/blob/master/science-markdown/content.md - **Dynamic HTML Version** - http://flukeout.github.io/master-template/science-markdown/ It's still a little rough around the edges and might be a bit frail, but...

I'm sorry the examples were unclear @teethnclaws - I'll work on updating them. After having read @michelle-buckby's suggestion, what would be a better way of explaining it? What about... *...

@AlanGabbianelli :nth-child(2) selects the bento AND the middle orange in the stack (we just want the bento)

@dhavalsharma The bento we want isn't an `nth-last-child(2)`. Nth-last counts from the bottom of the markup (or the right side of our table), so if we count back from the...

Thanks @gabrielstuff, I need to address this. I think that maybe I should also make the .table element 'hoverable' so that it's part of the active set of elements.

Thanks for helping out @benjaminhoffman! Did that help you out @therachelbee?

@mariacrx In Level 15, there are no plates that are also the first child, so `plate:first-child` will not work. Are you sure that `plate :first-child` (with a space) doesn't work?...