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 | <!-- |
michael@0 | 3 | Any copyright is dedicated to the Public Domain. |
michael@0 | 4 | http://creativecommons.org/publicdomain/zero/1.0/ |
michael@0 | 5 | --> |
michael@0 | 6 | <html><head> |
michael@0 | 7 | <meta charset="utf-8"> |
michael@0 | 8 | <title>Bug 942017</title> |
michael@0 | 9 | |
michael@0 | 10 | <style type="text/css"> |
michael@0 | 11 | @font-face { |
michael@0 | 12 | font-family: DejaVuSansMono; |
michael@0 | 13 | src: url(../fonts/DejaVuSansMono.woff),url(DejaVuSansMono.woff); |
michael@0 | 14 | } |
michael@0 | 15 | |
michael@0 | 16 | html,body { |
michael@0 | 17 | color:black; background-color:white; font-size:24px; font-family:DejaVuSansMono; padding:20px; margin:0; |
michael@0 | 18 | } |
michael@0 | 19 | |
michael@0 | 20 | div { |
michael@0 | 21 | float: left; |
michael@0 | 22 | padding: 1em 2em; |
michael@0 | 23 | outline: 2px solid black; |
michael@0 | 24 | background: black; |
michael@0 | 25 | } |
michael@0 | 26 | |
michael@0 | 27 | div.a { line-height: 0.5em; } |
michael@0 | 28 | div.b { line-height: 2em; } |
michael@0 | 29 | div.i l { margin-left:2.84ch; } |
michael@0 | 30 | |
michael@0 | 31 | l { display:block; outline:1px solid green; width:1ch; direction:rtl; white-space:nowrap; } |
michael@0 | 32 | x { display:inline-block; width:2.84ch; height:1px; vertical-align:top; } |
michael@0 | 33 | </style> |
michael@0 | 34 | </head> |
michael@0 | 35 | <body> |
michael@0 | 36 | <div class="a"> |
michael@0 | 37 | <l>X<x></x></l> |
michael@0 | 38 | <l>X<x></x></l> |
michael@0 | 39 | </div> |
michael@0 | 40 | |
michael@0 | 41 | <br clear="all"> |
michael@0 | 42 | |
michael@0 | 43 | <div class="b"> |
michael@0 | 44 | <l>X<x></x></l> |
michael@0 | 45 | <l>X<x></x></l> |
michael@0 | 46 | </div> |
michael@0 | 47 | |
michael@0 | 48 | <br clear="all"> |
michael@0 | 49 | |
michael@0 | 50 | <div class="a i"> |
michael@0 | 51 | <l>X<x></x></l> |
michael@0 | 52 | <l>X<x></x></l> |
michael@0 | 53 | </div> |
michael@0 | 54 | |
michael@0 | 55 | <br clear="all"> |
michael@0 | 56 | |
michael@0 | 57 | <div class="b i"> |
michael@0 | 58 | <l>X<x></x></l> |
michael@0 | 59 | <l>X<x></x></l> |
michael@0 | 60 | </div> |
michael@0 | 61 | |
michael@0 | 62 | </body> |
michael@0 | 63 | </html> |