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 {\ .error {\
color: red;\ color: red;\
}\ }\
#error {\ #qr .error:not([href]) {\
cursor: default;\ cursor: default;\
}\ }\
#error[href] {\
cursor: pointer;\
}\
td.replyhider {\ td.replyhider {\
vertical-align: top;\ vertical-align: top;\
}\ }\

View File

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