Wed, 31 Dec 2014 13:27:57 +0100
Ignore runtime configuration files generated during quality assurance.
michael@0 | 1 | <!DOCTYPE HTML> |
michael@0 | 2 | <head> |
michael@0 | 3 | <link rel="stylesheet" type="text/css" href="ahem.css" /> |
michael@0 | 4 | <style> |
michael@0 | 5 | div { background: yellow; line-height: 1.0; border: 1px solid red; font-size: 12px; width: 480px; } |
michael@0 | 6 | ol { width: 480px;} |
michael@0 | 7 | li { font-family: ahem; } |
michael@0 | 8 | </style> |
michael@0 | 9 | </head> |
michael@0 | 10 | <!-- |
michael@0 | 11 | In a 480px container, the minimum font size at 15em per line is 32px. |
michael@0 | 12 | This means we map 0px-48px into 32px-48px, so 12px gets mapped to 36px. |
michael@0 | 13 | --> |
michael@0 | 14 | <body> |
michael@0 | 15 | <div> |
michael@0 | 16 | <ol> |
michael@0 | 17 | <li>Separate interface design from internals</li> |
michael@0 | 18 | <li>Enable multiple user-interface strategies</li> |
michael@0 | 19 | <li>Enable multiple-platform support</li> |
michael@0 | 20 | </ol> |
michael@0 | 21 | </div> |
michael@0 | 22 | </body> |