瀏覽代碼

HTML5 compliancy: use data prefix for custom attributes

undefined
spaghetti 7 年之前
committed by Tomochin
父節點
當前提交
67ee5d56ec
共有 1 個檔案被更改,包括 5 行新增1 行删除
  1. +5
    -1
      static/styles/global.css

+ 5
- 1
static/styles/global.css 查看文件

@@ -111,7 +111,7 @@ div.collage_image {
width: 20%;
}

[data-toggle-target], [quote-jump] {
[data-toggle-target], [data-quote-jump] {
cursor: pointer;
}

@@ -143,6 +143,10 @@ button, input[type=button], input[type=submit] {
border: none;
}

abbr[title] {
text-decoration: none;
}

.line_new {
color: green;
}


Loading…
取消
儲存