paperlined.org
templates > css
document updated 1 year, 1 month ago, on Nov 28, 2023
<style>
    /* --==##  make ul/ol spaced out  ##==-- */
    li {margin-bottom:1em}
    li > ul, li > ol {margin-top:1em}
</style>

    ;0read! sed -n 1,5p /var/www/paperlined.org/templates/css/ul_ol_spaced.txt


    TODO -- figure out how to read it into the CURRENT line, not the line below https://superuser.com/questions/457944/vim-r-in-cursor-position




<style>
    /* --==##  make ul/ol spaced out  ##==-- */
    li {margin-bottom:0.7em}
    li > ul, li > ol {margin-top:0.7em}
</style>

    ;0read! sed -n 15,19p /var/www/paperlined.org/templates/css/ul_ol_spaced.txt




The original longer versions are still available at:

    https://github.com/DeeNewcum/dotfiles/blob/2e53e43038b45b0c34bdc878a294069196cce213/.vim/templates/html.tmpl#L34-L49

and:

    https://paperlined.org/css/original_css_in_html_template.css