fix demo index files
[mkws-moved-to-github.git] / test / widgets / screenshots.css
1 /*
2  * screen shots have usually a white background
3  * 
4  * change the default browser background to orange
5  * to make the screen shots more visible
6  */
7
8 body {
9     background-color: darkorange;
10 }
11