BP: Added .published plus styles to base.css to rectify display of entry date which was altered by including microformats.

This commit is contained in:
Matthias Mees 2008-01-01 21:04:13 +00:00
parent 4227ee1038
commit bf9efb01c4

@ -254,3 +254,8 @@ ul.staticpage_navigation li {
display: inline;
font-style: normal;
}
.published {
border-bottom: none;
cursor: auto;
}