debug helper class added

This commit is contained in:
Raphael Goetter 2013-09-09 21:33:32 +02:00
parent 5ad9bf9bc1
commit 98bb976a0f
2 changed files with 13 additions and 1 deletions

View File

@ -1,5 +1,5 @@
/*
* www.KNACSS.com V2.7b (2013-08) @author: Raphael Goetter, Alsacreations
* www.KNACSS.com V2.7 (2013-08) @author: Raphael Goetter, Alsacreations
* Licence CC-BY http://creativecommons.org/licenses/by/3.0/fr/
*/
@ -439,6 +439,12 @@ source https://github.com/stubbornella/oocss/blob/master/core/spacing/space.css
}
}
/* debug helper */
.knacss-debug {
background: pink;
outline: 3px solid maroon;
}
/* orientation iOS font-size fix */
@media (orientation: landscape) and (max-device-width: 768px) {
html,

View File

@ -647,6 +647,12 @@ input[type='submit']::-moz-focus-inner {
}
}
/* debug helper */
.knacss-debug {
background: pink;
outline: 3px solid maroon;
}
/* ----------------------------- */
/* ==own stylesheet */
/* ----------------------------- */