Also remove grey background color of droopy, which looks bad on some devices

This commit is contained in:
Matthias Strubel 2015-10-01 18:04:49 +02:00
parent c484fa10f8
commit 59ab973d02
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ style = '''
<style type="text/css">
<!--
* {margin: 0; padding: 0;}
body {text-align: center; background-color: #eee; font-family: sans-serif;
body {text-align: center; font-family: sans-serif;
color:#777;}
div {word-wrap: break-word;}
img {max-width: 100%%;}