diff options
Diffstat (limited to 'views/default/css/elements/reset.php')
-rw-r--r-- | views/default/css/elements/reset.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/views/default/css/elements/reset.php b/views/default/css/elements/reset.php index b5f77675e..5a88180af 100644 --- a/views/default/css/elements/reset.php +++ b/views/default/css/elements/reset.php @@ -28,6 +28,9 @@ table, caption, tbody, tfoot, thead, tr, th, td { font-family: inherit; vertical-align: baseline; } +body { + background-color: white; +} img { border-width:0; border-color:transparent; |