Ver código fonte

HTML5 compliancy: use data prefix for custom attributes

undefined
spaghetti 7 anos atrás
committed by Tomochin
pai
commit
67ee5d56ec
1 arquivos alterados com 5 adições e 1 exclusões
  1. +5
    -1
      static/styles/global.css

+ 5
- 1
static/styles/global.css Ver arquivo

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


Carregando…
Cancelar
Salvar