Browse Source

A couple CSS bugfixes.

develop
Ben Kurtovic 8 years ago
parent
commit
47f4d4970e
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      src/main.css
  2. +1
    -1
      src/tfd_close.js

+ 1
- 1
src/main.css View File

@@ -29,7 +29,7 @@ SOFTWARE.
}

.tfdclerk-hook-divider {
display: inline;
display: inline !important;
}

.tfdclerk-error {


+ 1
- 1
src/tfd_close.js View File

@@ -277,7 +277,7 @@ TFD.prototype._build_close_action_entry = function(page) {
href: mw.util.getUrl(page),
title: page,
text: page,
addClass: "tfdclerk-action-page" + (redlink ? "new" : "")
addClass: "tfdclerk-action-page" + (redlink ? " new" : "")
})).append($("<span/>", {text: ": "}))
.append(select)
.append(select_extra)


Loading…
Cancel
Save