Skip to content

Commit

Permalink
Fix formatting of code and pre and lists
Browse files Browse the repository at this point in the history
  • Loading branch information
zeha committed Oct 3, 2024
1 parent 4046571 commit ffcf049
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre
div.copyright { font-size: 80%; color: #666; padding: 1em }
div.copyright a { color: navy; }

/* ul {font-size:70%; padding-bottom: 0.3em; }
li {list-style: circle; margin-left: 2em;}
ol {font-size:70%} */
b,strong { font-weight: bold; }
i,em { font-style: italic; }

Expand Down Expand Up @@ -59,6 +56,11 @@ html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre
main p a.plain:hover {text-decoration: underline}
main p a.smalllink {font-size: 80%}

main ul, main ol { padding-bottom: 0.3em; }
main ul li { list-style: circle; margin-left: 2em; }
main ol li { list-style: circle; margin-left: 2em; }
main code { font-family: monospace; color: #222; background: #f3f3f3; }
main pre { font-family: monospace; color: #222; background: #f3f3f3; margin: 0.2em 1em 0.2em 2em; padding: 0.5em; }
main .postlist-item { padding-bottom: 2em; }

main ul.pagination { text-align: center; }
Expand Down

0 comments on commit ffcf049

Please sign in to comment.