Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
michael@0 | 1 | <!DOCTYPE html> |
michael@0 | 2 | <html> |
michael@0 | 3 | <head> |
michael@0 | 4 | <style type="text/css"> |
michael@0 | 5 | ol { |
michael@0 | 6 | list-style-position: inside; |
michael@0 | 7 | padding: 0; |
michael@0 | 8 | margin: 0; |
michael@0 | 9 | } |
michael@0 | 10 | |
michael@0 | 11 | </style> |
michael@0 | 12 | </head> |
michael@0 | 13 | <body dir="rtl"> |
michael@0 | 14 | <ol start="1"> |
michael@0 | 15 | <li></li> |
michael@0 | 16 | <li></li> |
michael@0 | 17 | <li></li> |
michael@0 | 18 | <li></li> |
michael@0 | 19 | <li></li> |
michael@0 | 20 | <li></li> |
michael@0 | 21 | <li></li> |
michael@0 | 22 | <li></li> |
michael@0 | 23 | </ol> |
michael@0 | 24 | </body> |
michael@0 | 25 | </html> |