ajout de Normalize.css

This commit is contained in:
raphaelgoettter 2015-03-30 11:36:37 +02:00
parent 65c579897c
commit afdb597878
10 changed files with 882 additions and 133 deletions

View file

@ -1,25 +1,3 @@
/* ----------------------------- */
/* == quick mobile reset */
/* ----------------------------- */
.btn:focus,
input:focus,
button:focus {
outline: 0;
-webkit-tap-highlight-color: transparent;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
}
.btn::-moz-focus-inner,
input::-moz-focus-inner,
button::-moz-focus-inner {
border: 0;
}
/* ----------------------------- */
/* ==desktop and HD devices */
/* ----------------------------- */