This commit is contained in:
James Campos 2010-12-10 16:10:07 -08:00
parent 24e8663ea2
commit ef7af459a9
2 changed files with 6 additions and 0 deletions

View File

@ -935,6 +935,9 @@ GM_addStyle '
font-size: 16px; font-size: 16px;
text-decoration: none; text-decoration: none;
} }
.hide {
display: none;
}
.pointer { .pointer {
cursor: pointer; cursor: pointer;
} }

View File

@ -1205,6 +1205,9 @@
font-size: 16px;\ font-size: 16px;\
text-decoration: none;\ text-decoration: none;\
}\ }\
.hide {\
display: none;\
}\
.pointer {\ .pointer {\
cursor: pointer;\ cursor: pointer;\
}\ }\