delete .knacss-debug
This commit is contained in:
parent
b27870b457
commit
5da21cf480
1 changed files with 4 additions and 7 deletions
|
@ -53,6 +53,7 @@ html {
|
||||||
font-size: 62.5%;
|
font-size: 62.5%;
|
||||||
-webkit-text-size-adjust: 100%;
|
-webkit-text-size-adjust: 100%;
|
||||||
-ms-text-size-adjust: 100%;
|
-ms-text-size-adjust: 100%;
|
||||||
|
text-size-adjust: 100%;
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
background-color: @basebg;
|
background-color: @basebg;
|
||||||
|
@ -65,6 +66,7 @@ body {
|
||||||
/* font-sizing for content */
|
/* font-sizing for content */
|
||||||
/* preserve vertical-rythm, thanks to http://soqr.fr/vertical-rhythm/ */
|
/* preserve vertical-rythm, thanks to http://soqr.fr/vertical-rhythm/ */
|
||||||
p,
|
p,
|
||||||
|
.p-like,
|
||||||
ul,
|
ul,
|
||||||
ol,
|
ol,
|
||||||
dl,
|
dl,
|
||||||
|
@ -151,7 +153,7 @@ strong {
|
||||||
/* ----------------------------- */
|
/* ----------------------------- */
|
||||||
|
|
||||||
/* avoid top margins on first content element */
|
/* avoid top margins on first content element */
|
||||||
p, ul, ol, dl,
|
p, .p-like, ul, ol, dl,
|
||||||
blockquote, pre,
|
blockquote, pre,
|
||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
&:first-child {
|
&:first-child {
|
||||||
|
@ -161,6 +163,7 @@ h1, h2, h3, h4, h5, h6 {
|
||||||
|
|
||||||
/* avoid margins on nested elements */
|
/* avoid margins on nested elements */
|
||||||
li p,
|
li p,
|
||||||
|
li .p-like,
|
||||||
li ul,
|
li ul,
|
||||||
li ol {
|
li ol {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
|
@ -342,9 +345,3 @@ img.start, img.end {
|
||||||
.pl2, .plm { padding-left: @medium-value; }
|
.pl2, .plm { padding-left: @medium-value; }
|
||||||
.pl3, .pll { padding-left: @large-value; }
|
.pl3, .pll { padding-left: @large-value; }
|
||||||
}
|
}
|
||||||
|
|
||||||
/* debug helper */
|
|
||||||
.knacss-debug {
|
|
||||||
background: pink;
|
|
||||||
outline: 3px solid maroon;
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue