diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/pomf.css | 2 | 
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;  }  |