/* CSS Document */

/* extra 'hack' to hide some foot links (using css) : login + comment feed */
li:has(a[href$="/comments/feed/"]),
li:has(a[href$="wp-login.php"]) {
    display: none;
}