This commit is contained in:
James Campos 2011-09-01 01:39:25 -07:00
parent a8273b3a9d
commit e440799893
2 changed files with 2 additions and 8 deletions

View File

@ -3047,12 +3047,9 @@
.error {\
color: red;\
}\
#error {\
#qr .error:not([href]) {\
cursor: default;\
}\
#error[href] {\
cursor: pointer;\
}\
td.replyhider {\
vertical-align: top;\
}\

View File

@ -2419,12 +2419,9 @@ main =
.error {
color: red;
}
#error {
#qr .error:not([href]) {
cursor: default;
}
#error[href] {
cursor: pointer;
}
td.replyhider {
vertical-align: top;
}