| Index: tests/test_page.css
|
| ===================================================================
|
| --- tests/test_page.css (revision 141)
|
| +++ tests/test_page.css (working copy)
|
| @@ -1,7 +1,31 @@
|
| body {
|
| font-family:Verdana,Arial,sans-serif;
|
| + padding: 0;
|
| + margin: 0;
|
| }
|
|
|
| +p.frame-container {
|
| + margin: 0;
|
| + margin-top: 1em ! important;
|
| + margin-bottom: 1em ! important;
|
| + padding: 0;
|
| +}
|
| +
|
| +p.frame-container > h2 {
|
| + font-size: 1.1em;
|
| + margin: 0;
|
| + margin-left: 10% ! important;
|
| + padding: 0;
|
| +}
|
| +
|
| +p.frame-container > iframe {
|
| + margin: 0;
|
| + padding: 0;
|
| + border: none;
|
| + width: 100%;
|
| + height: 30%;
|
| +}
|
| +
|
| #console {
|
| border:1px solid black;
|
| padding:4px;
|
|
|