software shenanigans

First Micro Post

Testing out the microblogging setup that Sylvia posted about. Had to make one small tweak to the CSS since I'm using the Bear default theme:

.status ul.embedded.blog-posts > li > span {
    flex: auto;
}

There's a CSS rule applied to the <span> where the date would be at least 130px tall.

#micro