diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/tests.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tests.css b/tests/tests.css index abb595963..353a503f9 100644 --- a/tests/tests.css +++ b/tests/tests.css @@ -1,7 +1,7 @@ /* tests.css */ body { font-size: 62.5%; } -iframe { border: 0; width: 200px; 150px; } +iframe { border: 0; width: 200px; height: 150px; } td { border: 1px solid silver; padding: 10px; } td textarea { font-size: 10px; } del { background: #FFE6E6; } |