diff options
Diffstat (limited to 'web/style3.css')
-rw-r--r-- | web/style3.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/style3.css b/web/style3.css index 9b04978d..13cdf987 100644 --- a/web/style3.css +++ b/web/style3.css @@ -99,7 +99,7 @@ hr { height: 1px; background: #CCC; } #dialogw { display: none; position: fixed; top: 40%; left: 30%; width: 350px; padding: 20px; background: #EEEEE5; border: 1px solid #999; } #dialogl,#dialogn { padding: 5px; margin: 3px 0 20px; border: 1px solid #DDD; background: #F5F5E9; } #dialogw li { float: left; margin: 5px 10px 0 0; } -#dialogw a { display: block; width: 32px; height: 32px; background: url(//static.juick.com/sharesocial.png); } +#dialogw a { display: block; width: 32px; height: 32px; background-image: url(//static.juick.com/sharesocial.png); } #sharetw { background-position: -32px 0; } #sharevk { background-position: -64px 0; } #sharegp { background-position: -96px 0; } |