Thu, 15 Jan 2015 21:03:48 +0100
Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)
michael@0 | 1 | canvas { |
michael@0 | 2 | background-color: white; |
michael@0 | 3 | background-image: linear-gradient(0, rgba(200, 200, 200, .5) 50%, transparent 50%), linear-gradient(rgba(200, 200, 200, .5) 50%, transparent 50%); |
michael@0 | 4 | background-size: 8px 8px; |
michael@0 | 5 | } |
michael@0 | 6 | |
michael@0 | 7 | .shader-source { |
michael@0 | 8 | border: 1px dashed black; |
michael@0 | 9 | padding: 1em; |
michael@0 | 10 | } |
michael@0 | 11 | |
michael@0 | 12 | .shader-source li:nth-child(odd) { background: #f8f8f8; } |
michael@0 | 13 | .shader-source li:nth-child(even) { background: #f0f0f0; } |
michael@0 | 14 | |
michael@0 | 15 | .testimages { |
michael@0 | 16 | } |
michael@0 | 17 | |
michael@0 | 18 | .testimages br { |
michael@0 | 19 | clear: both; |
michael@0 | 20 | } |
michael@0 | 21 | |
michael@0 | 22 | .testimages > div { |
michael@0 | 23 | float: left; |
michael@0 | 24 | margin: 1em; |
michael@0 | 25 | } |
michael@0 | 26 |