All pastes #2132089 Raw Edit

Mine

public css v1 · immutable
#2132089 ·published 2012-03-25 21:56 UTC
rendered paste body
/* this should produce a table with no border *//* with red outlines on the rows *//* and with green outlines on the individual cells *//* but produces a table with green outlines on both rows and cells *//* I don't get it :( */table {	border: 0px;}tr {	border: 1px solid red;}td {	border: 1px solid green;}