Explorar el Código

HTML5 compliancy: use data prefix for custom attributes

undefined
spaghetti hace 7 años
committed by Tomochin
padre
commit
67ee5d56ec
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. +5
    -1
      static/styles/global.css

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

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


Cargando…
Cancelar
Guardar