web: style tweaks for <em>
This commit is contained in:
parent
e73f70af8f
commit
f77d0776c4
@ -1,11 +1,11 @@
|
|||||||
.body.site-saturday-morning-breakfast-cereal {
|
.body.news-post.site-saturday-morning-breakfast-cereal {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
.body.site-slashdot i {
|
.body.news-post.site-slashdot i {
|
||||||
border-left: 2px solid #ddd;
|
border-left: 2px solid #ddd;
|
||||||
display: block;
|
display: block;
|
||||||
font-style: normal !important;
|
font-style: normal !important;
|
||||||
@ -13,3 +13,12 @@
|
|||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
padding-left: 1em;
|
padding-left: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.body.news-post em {
|
||||||
|
margin: inherit !important;
|
||||||
|
padding: inherit !important;
|
||||||
|
font-weight: inherit !important;
|
||||||
|
border: inherit !important;
|
||||||
|
display: inline !important;
|
||||||
|
color: inherit !important;
|
||||||
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user