Page 1 of 1

Bulletproof date?

Posted: Sun Dec 09, 2007 9:35 pm
by u1amo01
After updating to s9y 1.2.1 there is a dotted line shown at the bottom of each posting date. mouse over shows a symbol like a question mark with an arrow.

How could I get rid of this dotted line?

See as example http://blog.u1amo01.de/archives/428-Ser ... 1.2.1.html
(the line at the bottom of "Sonntag, 9. Dezember 2007")

Posted: Sun Dec 09, 2007 9:39 pm
by Don Chambers
Nuts... I thought I took that out. BP contains some hAtom stuff, and that is one of them. To suppress the border on the entry date, use this:

Code: Select all

.serendipity_date abbr{
    border-bottom: 0;
}
Also note the new feature in bp 1.2 to specify a user "override" stylesheet.... so you can place that line in user.css (which you have to create, then activate via "manage styles") rather than editing one of bp's stylesheets.

Posted: Sun Dec 09, 2007 9:55 pm
by u1amo01
Ah, ok.

I've put it in my user color set. ;-)

I'll play with the new user.css during the next days. Sounds interesting.

Thank you for the fast answer. :-)

Posted: Sun Dec 09, 2007 10:25 pm
by Don Chambers
No problem. I REALLY thought I took care of that in one of the stylesheets..... must have been on one of my mental "to-do" lists! :)

Posted: Mon Dec 10, 2007 10:17 pm
by mattsches
I've just sent u1amo01's blog through Optimus, the Microformats parser and validator, and it returned a couple of errors. Same with my own blog. :O(

Since it was my hAtom patch you added to Bulletproof, I will look into that sometime soon and post my results here. It's possible that Optimus' validation is too strict, I have to look up the specs first. If there is something wrong with our hAtom implementation, we should correct this in the next release.

- Mattsches

Posted: Wed Dec 12, 2007 5:47 am
by Don Chambers
Thanks. Keep us posted. We can easily release.... dare I say it .... v. 1.2.1 of BP if we find enough of these little modifications!!! :D