enhanced webcam image

This commit is contained in:
Jeremy Roman 2010-06-25 19:25:01 -04:00
parent 06a5ca358b
commit 7e35bf71ab
1 changed files with 4 additions and 0 deletions

View File

@ -240,3 +240,7 @@ li.media {
padding-bottom: 2px;
}
.webcam img {
-moz-transform:scaleX(-1);
-webkit-transform:scaleX(-1);
}