Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
michael@0 | 1 | <html> |
michael@0 | 2 | <head> |
michael@0 | 3 | <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" /> |
michael@0 | 4 | |
michael@0 | 5 | <style type="text/css"> |
michael@0 | 6 | div.circle { |
michael@0 | 7 | background: url(green-circle-alpha-32x32.png) center fixed; |
michael@0 | 8 | width: 32px; |
michael@0 | 9 | height: 32px; |
michael@0 | 10 | } |
michael@0 | 11 | |
michael@0 | 12 | div.redalpha { |
michael@0 | 13 | background: url(red-128-alpha-32x32.png) center; |
michael@0 | 14 | width: 32px; |
michael@0 | 15 | height: 32px; |
michael@0 | 16 | } |
michael@0 | 17 | |
michael@0 | 18 | div.yellow { |
michael@0 | 19 | background: url(yellow-32x32.png); |
michael@0 | 20 | width: 32px; |
michael@0 | 21 | height: 32px; |
michael@0 | 22 | } |
michael@0 | 23 | |
michael@0 | 24 | *#test1 { |
michael@0 | 25 | width: 96px; |
michael@0 | 26 | background-color: yellow; |
michael@0 | 27 | } |
michael@0 | 28 | |
michael@0 | 29 | *#test2 { |
michael@0 | 30 | width: 96px; |
michael@0 | 31 | background-color: red; |
michael@0 | 32 | } |
michael@0 | 33 | |
michael@0 | 34 | div.inline > div { |
michael@0 | 35 | display: inline-block; |
michael@0 | 36 | } |
michael@0 | 37 | </style> |
michael@0 | 38 | </head> |
michael@0 | 39 | |
michael@0 | 40 | <body> |
michael@0 | 41 | <div id="test1" class="inline"><div class="circle"><div class="redalpha"></div></div><div class="circle"><div class="redalpha"></div></div><div class="circle"><div class="redalpha"></div></div></div> |
michael@0 | 42 | <div id="test2" class="inline"><div class="yellow"><div class="circle"><div class="redalpha"></div></div></div><div class="yellow"><div class="circle"><div class="redalpha"></div></div></div><div class="yellow"><div class="circle"><div class="redalpha"></div></div></div></div> |
michael@0 | 43 | <div class="inline"><div class="yellow"><div class="circle"><div class="redalpha"></div></div></div><div class="yellow"><div class="circle"><div class="redalpha"></div></div></div><div class="yellow"><div class="circle"><div class="redalpha"></div></div></div></div> |
michael@0 | 44 | </body> |
michael@0 | 45 | |
michael@0 | 46 | </html> |