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