From: Wolfram Schneider Date: Wed, 7 Jan 2015 13:08:56 +0000 (+0000) Subject: Add a screenshot CSS X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=d4dda0da9df7e42fbdb1f18aab890f45cc40845e Add a screenshot CSS screen shots have usually a white background. Change the default browser background to orange to make the screen shots more visible --- diff --git a/test/widgets/screenshots.css b/test/widgets/screenshots.css new file mode 100644 index 0000000..3397db3 --- /dev/null +++ b/test/widgets/screenshots.css @@ -0,0 +1,11 @@ +/* + * screen shots have usually a white background + * + * change the default browser background to orange + * to make the screen shots more visible + */ + +body { + background-color: darkorange; +} +