• Resolved svele

    (@svele)


    I downloaded del.icio.us cached and was going to costumize it. It turns out that CSS isn’t quite my special field yet. Classes available are delPost (for decription, I guess) and delLink

    What I want to do is to make the plugin appear like this (excluding blockquotes):

    Very exciting link
    Not that exciting description

    Next very exciting link
    Next exitcing description

    I have no idea of how to make a line break between the link and the description and the double line break / new paragaph between the “posts” in CSS, if possible.

    There is an example of what I want to do at manicalrage.net

    Any idea?

Viewing 1 replies (of 1 total)
  • Thread Starter svele

    (@svele)

    Hmm. Answering one of my own questions:

    I did like this:


    .delPost {
    padding: 0 0 1em 0; /* Space beween the "posts" */
    }

    .delLink {
    display: block; /* Line break between */
    width: 100%; /* link and description */
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Costumizing del.icio.us cached with CSS’ is closed to new replies.