Bläddra i källkod

Fix "silenced" alert styles on more pages

- Tagged posts
- Collection index

Ref T661
T661-disable-accounts
Matt Baer 4 år sedan
förälder
incheckning
5644e8d251
1 ändrade filer med 8 tillägg och 1 borttagningar
  1. +8
    -1
      less/core.less

+ 8
- 1
less/core.less Visa fil

@@ -516,10 +516,17 @@ abbr {
body#collection article p, body#subpage article p {
.article-p;
}
pre, body#post article, body#collection article, body#subpage article, body#subpage #wrapper h1 {
pre, body#post article, #post .alert, #subpage .alert, body#collection article, body#subpage article, body#subpage #wrapper h1 {
max-width: 40rem;
margin: 0 auto;
}
#collection header .alert, #post .alert, #subpage .alert {
margin-bottom: 1em;
p {
text-align: left;
line-height: 1.4;
}
}
textarea, pre, body#post article, body#collection article p {
&.norm, &.sans, &.wrap {
line-height: 1.4em;


Laddar…
Avbryt
Spara