diff options
Diffstat (limited to 'css/styles.css')
-rw-r--r-- | css/styles.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/css/styles.css b/css/styles.css index 0043e22..f7774dc 100644 --- a/css/styles.css +++ b/css/styles.css @@ -3,6 +3,11 @@ ###################### */ +html, body { + color: black; + background-color: white; +} + body { margin: 0px; padding: 0px; @@ -929,6 +934,11 @@ div.screenshot { margin-right: 20px; } +div.screenshot img { + width: 320px; + height: 240px; +} + /* ############################## # Error widget |