skeleton.css - Spacing and Misc

Spacing

As after headings vertical space is handled a little more economical.

pre, blockquote, p, ul, ol {
    margin-bottom: 1rem;
}

Misc

Hoizontal rules with my colors:

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-width: 0;
    border-top: 1px solid #BABABA;
}

hr.menu {
    color: #59B34D;
    background-color: #59B34D;
    border-color: #59B34D;
    margin-bottom: 1rem; 
}

The forward/backward-Buttons should not overlap if screen is tight:

div.pagination {
    overflow: hidden;
}

Copyright © 2016 Uwe Ritzmann - Created with Pelican, Python and Skeleton.