Bulletproof date?

Skinning and designing Serendipity (CSS, HTML, Smarty)
Post Reply
u1amo01
Regular
Posts: 273
Joined: Fri Sep 28, 2007 3:55 pm
Location: Kurpfalz, Germany
Contact:

Bulletproof date?

Post 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")
Don Chambers
Regular
Posts: 3652
Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:

Post 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.
=Don=
u1amo01
Regular
Posts: 273
Joined: Fri Sep 28, 2007 3:55 pm
Location: Kurpfalz, Germany
Contact:

Post 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. :-)
Don Chambers
Regular
Posts: 3652
Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:

Post 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! :)
=Don=
mattsches
Regular
Posts: 440
Joined: Sat Nov 05, 2005 9:35 pm
Location: Wiesbaden, Germany
Contact:

Post 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
Don Chambers
Regular
Posts: 3652
Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:

Post 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
=Don=
Post Reply