lprry

A list of stadard css blocks to assist in styling bearblogs using the stadard html elements in use.
/* Code blocks */
.highlight {
    styling: goes here;
}

/* Quote blocks */
blockquote{
    styling: goes here;
}