sfeed

RSS and Atom parser
git clone git://git.codemadness.org/sfeed
Log | Files | Refs | README | LICENSE

commit 491b8106aad5e1e0bc5e8d8e3fb6a3cd5abfd34d
parent 8285ff3dca6560253dfd1b710643f878a940a164
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Sun, 21 Sep 2025 14:22:39 +0200

style.css: remove not needed "px"

Similar to the other attributes with 0 values.

Diffstat:
Mstyle.css | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/style.css b/style.css @@ -49,7 +49,7 @@ body.noframe div#items { top: 0; } body.noframe div#items.nosidebar { - left: 0px; + left: 0; } body.frame { overflow: auto;