debug helper class added
This commit is contained in:
parent
5ad9bf9bc1
commit
98bb976a0f
2 changed files with 13 additions and 1 deletions
|
@ -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,
|
||||
|
|
|
@ -647,6 +647,12 @@ input[type='submit']::-moz-focus-inner {
|
|||
}
|
||||
}
|
||||
|
||||
/* debug helper */
|
||||
.knacss-debug {
|
||||
background: pink;
|
||||
outline: 3px solid maroon;
|
||||
}
|
||||
|
||||
/* ----------------------------- */
|
||||
/* ==own stylesheet */
|
||||
/* ----------------------------- */
|
||||
|
|
Loading…
Reference in a new issue