CSS does not support C++-style // comments. See http://www.w3.org/TR/CSS2/syndata.html#comments

This commit is contained in:
Jeremy Roman 2010-12-05 20:08:10 -05:00
parent 19fa9012e1
commit 1bafa8c034
1 changed files with 6 additions and 4 deletions

View File

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