summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorclsr <clsr@clsr.net>2016-06-18 02:09:31 +0200
committerclsr <clsr@clsr.net>2016-06-18 02:09:31 +0200
commit9138800f9b023faa54ebaddc45ea9d290facbd55 (patch)
treeb72c27b5f0659dc66267849258f6f662f29285c9 /static
parente247aa4e05dc404214c09e7e54fb7d491c4bbb1d (diff)
downloadgomf-web-pomf-0.2.1.tar.gz
gomf-web-pomf-0.2.1.zip
Fix a misspelling of px in pomf.cssv0.2.1
Diffstat (limited to 'static')
-rw-r--r--static/pomf.css2
1 files changed, 1 insertions, 1 deletions
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;
}