forked from laurens/fediversity_website
Inspringen naar rechts van lijsten plus verplaatsen van blockquote
This commit is contained in:
parent
29752c54cf
commit
c381ac5757
|
@ -158,11 +158,6 @@ a.button:hover, a.button:active {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote {
|
|
||||||
border-left: 5px solid #eee;
|
|
||||||
padding-left: 1rem;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
a,
|
a,
|
||||||
a:visited {
|
a:visited {
|
||||||
|
@ -175,6 +170,12 @@ a.heading-link {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
blockquote {
|
||||||
|
border-left: 5px solid #eee;
|
||||||
|
padding-left: 1rem;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
padding: .5rem;
|
padding: .5rem;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
@ -198,7 +199,7 @@ ul {
|
||||||
}
|
}
|
||||||
|
|
||||||
ul, ol {
|
ul, ol {
|
||||||
padding-left: 1.2rem;
|
padding-left: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.list {
|
.list {
|
||||||
|
|
Reference in a new issue