correct h1 line-height, centralize .cooked styles
This commit is contained in:
parent
e2e36a6df3
commit
0ffe77d7dc
|
@ -20,18 +20,17 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.cooked .highlight {
|
/* global styles for the cooked HTML content in posts */
|
||||||
background-color: scale-color($highlight, $lightness: 40%);
|
.cooked {
|
||||||
padding: 2px;
|
|
||||||
margin: -2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.contents .cooked a {
|
|
||||||
word-wrap: break-word;
|
|
||||||
}
|
|
||||||
|
|
||||||
.contents .cooked {
|
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
|
h1, h2, h3, h4, h5, h6 { margin: 30px 0 10px; }
|
||||||
|
h1 { line-height: 1em; } /* normalize.css sets h1 font size but not line height */
|
||||||
|
a { word-wrap: break-word; }
|
||||||
|
.highlight {
|
||||||
|
background-color: scale-color($highlight, $lightness: 40%);
|
||||||
|
padding: 2px;
|
||||||
|
margin: -2px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-action {
|
.post-action {
|
||||||
|
|
|
@ -148,15 +148,11 @@ body {
|
||||||
|
|
||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-family: inherit;
|
|
||||||
font-weight: bold;
|
|
||||||
color: inherit;
|
|
||||||
text-rendering: optimizelegibility;
|
text-rendering: optimizelegibility;
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-not-found {
|
.page-not-found {
|
||||||
margin: 20px 0 40px 0;
|
margin: 20px 0 40px 0;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-not-found-search {
|
.page-not-found-search {
|
||||||
|
|
|
@ -602,10 +602,6 @@ iframe {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.contents .cooked {
|
|
||||||
h1, h2, h3, h4, h5, h6 { margin: 30px 0 10px; }
|
|
||||||
}
|
|
||||||
|
|
||||||
a.mention {
|
a.mention {
|
||||||
padding: 2px 4px;
|
padding: 2px 4px;
|
||||||
color: $primary;
|
color: $primary;
|
||||||
|
|
|
@ -398,10 +398,6 @@ iframe {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.contents .cooked a {
|
|
||||||
word-wrap: break-word;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wiki {
|
.wiki {
|
||||||
float: left;
|
float: left;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
|
Loading…
Reference in New Issue