From 9138800f9b023faa54ebaddc45ea9d290facbd55 Mon Sep 17 00:00:00 2001 From: clsr Date: Sat, 18 Jun 2016 02:09:31 +0200 Subject: Fix a misspelling of px in pomf.css --- static/pomf.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static') diff --git a/static/pomf.css b/static/pomf.css index 7e1816a..9166a34 100644 --- a/static/pomf.css +++ b/static/pomf.css @@ -291,7 +291,7 @@ progress[value] { progress[value]::-webkit-progress-bar { background-color: #eee; - border-radius: 2ps; + border-radius: 2px; box-shadow: 0 2px 5px rgba(0,0,0,0.25) inset; } -- cgit