Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style type="text/css">
5 div {
6 float: right;
7 width: 250px;
8 text-align: right;
9 }
10 ul {
11 margin: 0; padding: 0;
12 list-style: none;
13 }
14 li {
15 margin: 0 270px 0 0;
16 padding: 0;
17 text-align: right;
18 }
19 </style>
20 </head>
21 <body>
22 <div>Floater.</div>
23 <ul>
24 <li>List item.</li>
25 </ul>
26 </body>
27 </html>