瀏覽代碼

Use a standard color for horizontal rules.

master
Ben Kurtovic 10 年之前
父節點
當前提交
569d9c3d4f
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      main.js

+ 2
- 2
main.js 查看文件

@@ -570,7 +570,7 @@ function hook_export() {
$("#dialog td")
.append($("<hr>")
.css("border", "none")
.css("background-color", "#AAA")
.css("background-color", "#bebebe")
.css("height", "1px"))
.append($("<p>")
.html("The regular list export above will only include " +
@@ -592,7 +592,7 @@ function hook_export() {
function hook_import() {
$("#content").append($("<hr>")
.css("border", "none")
.css("background-color", "#AAA")
.css("background-color", "#bebebe")
.css("height", "1px"))
.append($("<p>")
.html("You can also import decimal scores here. Doing so will " +


Loading…
取消
儲存