Markdown-style lists
This commit is contained in:
@@ -21,6 +21,16 @@ hr {
|
|||||||
border-top: 2px solid #eee;
|
border-top: 2px solid #eee;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul {
|
||||||
|
list-style-type: '*';
|
||||||
|
margin-left: 1ch;
|
||||||
|
padding: 0;
|
||||||
|
|
||||||
|
li {
|
||||||
|
padding-left: 1ch;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
header, #content, footer {
|
header, #content, footer {
|
||||||
max-width: 800px;
|
max-width: 800px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user