소스 검색

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;
}


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