Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
1 /* Size the divs */
2 div { width: 50px; height: 50px; }
4 /* Colors */
5 div.green { background: lightgreen; }
6 div.blue { background: lightblue; }
7 span.yellow { background: yellow; }
9 /* Positioning */
10 .abs { position: absolute; }
11 .rel { position: relative; }
12 .in { display: inline-block; }
13 .pos { top: 0px; left: 0px; }