Wed, 31 Dec 2014 07:53:36 +0100
Correct small whitespace inconsistency, lost while renaming variables.
michael@0 | 1 | <!DOCTYPE html> |
michael@0 | 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
michael@0 | 3 | <body> |
michael@0 | 4 | <div id="top"></div> |
michael@0 | 5 | <div> |
michael@0 | 6 | <div style="float: left; position: relative;"> |
michael@0 | 7 | <div id="inner" style="display: block; top: 100px; width: 100px; height: 100px; background: pink; position:absolute;"></div> |
michael@0 | 8 | </div> |
michael@0 | 9 | </div> |
michael@0 | 10 | </body> |
michael@0 | 11 | </html> |