소스 검색

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)


불러오는 중...
취소
저장