mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-12-03 03:48:55 -05:00
fix list styles, no clue when/how they got messed up
This commit is contained in:
@@ -65,6 +65,13 @@
|
||||
div#content p {
|
||||
margin: 0.75em 0;
|
||||
}
|
||||
div#content ol, div#content ul {
|
||||
margin-left:1.5em;
|
||||
padding-left:0;
|
||||
}
|
||||
div#content ol li, div#content ul li {
|
||||
padding-left:.25em;
|
||||
}
|
||||
div#content a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user