Fix css-selector in chrome theme (trailing comma)

This commit is contained in:
DanyaPostfactum 2012-10-01 19:13:37 +10:00
commit 42b6ac75d6

View file

@ -56,7 +56,7 @@
.ace-chrome .ace_line .ace_support.ace_type,
.ace-chrome .ace_line .ace_support.ace_class
.ace-chrome .ace_line .ace_support.ace_other, {
.ace-chrome .ace_line .ace_support.ace_other {
color: rgb(109, 121, 222);
}