style.css: remove not needed "px" - sfeed - RSS and Atom parser
(HTM) git clone git://git.codemadness.org/sfeed
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 491b8106aad5e1e0bc5e8d8e3fb6a3cd5abfd34d
(DIR) parent 8285ff3dca6560253dfd1b710643f878a940a164
(HTM) 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:
M style.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) 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;