Skip to content

Commit

Permalink
www/style.css: remove background from img (#195)
Browse files Browse the repository at this point in the history
This seems to cause a flicker when using the javascript stream on
browsers such as wpewebkit.
  • Loading branch information
jameshilliard authored and jacksonliam committed May 24, 2019
1 parent c4ee6ae commit 4b3b0da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mjpg-streamer-experimental/www/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ a:hover
{color:#505050; text-decoration:underline;}

img
{float:left; margin:0 15px 15px 0; padding:1px; background:#ffffff; border:1px solid #d0d0d0;}
{float:left; margin:0 15px 15px 0; padding:1px; border:1px solid #d0d0d0;}

a img
{border-color:#d85d5d;}
Expand Down

0 comments on commit 4b3b0da

Please sign in to comment.