See09/style.css
author ivanl
Fri, 19 Mar 2010 11:03:38 +0000
changeset 21 f7a5a40d5bc4
parent 19 f3521a11d878
permissions -rw-r--r--
1.0rc17 Fix blog feed

/* Feed item date */
.FeedItemDate {
    font-style: italic;
}

/* Feed item text */
.FeedItemDescription {
    padding: 4px 0px;
}

/* Feed item links */
.FeedItemLink {
    font-weight: bold;
}

/* Anchor tags in the context of a feed item link */
.FeedItemLink a {
    text-decoration: underline;
    font-weight: bold;
    color: black;
}

/* Focused anchor tags */
.FeedItemLink a:focus {
    background: none;
    color: black;
}

/* Focused anchor tags */
.FeedItemLink a:hover {
    background: none;
    color: black;
}