瀏覽代碼

A couple CSS bugfixes.

develop
Ben Kurtovic 8 年之前
父節點
當前提交
47f4d4970e
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. +1
    -1
      src/main.css
  2. +1
    -1
      src/tfd_close.js

+ 1
- 1
src/main.css 查看文件

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

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

.tfdclerk-error {


+ 1
- 1
src/tfd_close.js 查看文件

@@ -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…
取消
儲存