Two selector optimization.

This commit is contained in:
Nicolas Stepien 2012-01-09 02:01:09 +01:00
parent 70e1ed8d5c
commit 0cd5b57604
2 changed files with 2 additions and 2 deletions

View File

@ -3215,7 +3215,7 @@
.move {\
cursor: move;\
}\
label, a, .favicon, #qr img {\
label, .favicon, #qr img {\
cursor: pointer;\
}\
a[href="javascript:;"] {\

View File

@ -2572,7 +2572,7 @@ Main =
.move {
cursor: move;
}
label, a, .favicon, #qr img {
label, .favicon, #qr_form > div > img {
cursor: pointer;
}
a[href="javascript:;"] {