Continue adjusting style so that posts are more succint.
This commit is contained in:
@@ -1,17 +1,27 @@
|
|||||||
/* Prevent excess gaps underneath headers. Looks horrible! */
|
/* Prevent excess gaps underneath headers. Looks horrible! */
|
||||||
h1,h2,p,div {
|
h1,h2,p,div,blockquote {
|
||||||
margin-bottom: 16px;
|
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
|
margin-bottom: 16px;
|
||||||
}
|
}
|
||||||
h3,h4 {
|
h3,h4 {
|
||||||
margin-bottom: 12px;
|
|
||||||
margin-top: 6px;
|
margin-top: 6px;
|
||||||
|
margin-bottom: 12px;
|
||||||
}
|
}
|
||||||
h5,h6 {
|
h5,h6 {
|
||||||
margin-bottom: 8px;
|
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
|
margin-bottom: 8px;
|
||||||
}
|
}
|
||||||
pre,strong {
|
pre,strong {
|
||||||
margin-bottom: 4px;
|
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
|
margin-bottom: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
pre {
|
||||||
|
padding: 2px;
|
||||||
|
padding-left: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
audio {
|
||||||
|
padding-top: 5px;
|
||||||
|
padding-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user