There is a visual glitch on the initial page of akregator where a white line is moved to bellow the main info box and the place where it should be is filled with random garbage. See the attached screenshot for an example. This is not a major bug but it is ugly on the eyes. Reproducible: Always
Created attachment 76096 [details] Screenshot showing the visual bug.
Not an akregator issue. It's also reproducible in Konqueror. reducing the height to 15px in #boxBC removes the underline but I didn't find yet what to do for the top of the box.
Some investigation shows, the problem lies in -khtml-background-size: 100%, at least horizontally, not vertically. Removing those lines on the top bar and the bottom bar (#boxTC and #boxBC) removes the noisy 1px line, even though it doesn't produce the expected result (scaling of background image), but i assume the bug is in this css call.
Test files for the about box (compressed): http://www.neverendingo.de/khtml-testbox.zip