Add a screenshot CSS
authorWolfram Schneider <wosch@indexdata.dk>
Wed, 7 Jan 2015 13:08:56 +0000 (13:08 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Wed, 7 Jan 2015 13:08:56 +0000 (13:08 +0000)
screen shots have usually a white background. Change the default
browser background to orange to make the screen shots more visible

test/widgets/screenshots.css [new file with mode: 0644]

diff --git a/test/widgets/screenshots.css b/test/widgets/screenshots.css
new file mode 100644 (file)
index 0000000..3397db3
--- /dev/null
@@ -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;
+}
+