diff options
Diffstat (limited to 'static/css/profile.css')
| -rwxr-xr-x | static/css/profile.css | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/static/css/profile.css b/static/css/profile.css index 25a0eaa..a4d75f9 100755 --- a/static/css/profile.css +++ b/static/css/profile.css @@ -3,7 +3,7 @@ position:absolute; top:0; right:0; height:auto; -background-image:url(/static/upload.png); +background-image:url(/static/img/upload.png); width:auto; padding:2; text-align:center; @@ -89,7 +89,7 @@ margin-top:0; margin-right: auto ; #cats{ -background-image:url(/static/dumpcats2.png); +background-image:url(/static/img/dumpcats2.png); } @@ -100,7 +100,7 @@ display:inline-block; width:181px; height:33px; font-size:20px; - background-image:url(/static/btngrad1.png); + background-image:url(/static/img/btngrad1.png); font-weight:bold; word-spacing:7; margin-top:0; @@ -148,7 +148,7 @@ text-indent:6; -moz-border-radius-bottomright:5px; height:32; text-transform:capitalize; - background-image:url(/static/upload.png); + background-image:url(/static/img/upload.png); } @@ -162,7 +162,7 @@ width:96; height:32; padding:2; border:1px; - background-image:url(/static/upload.png); + background-image:url(/static/img/upload.png); border-top-left-radius:5px; border-top-right-radius:5px; -webkit-border-top-left-radius:5px; @@ -376,7 +376,7 @@ height:auto; margin-top:-100px; width:600; - background-image:url(/static/dumpcats2.png); + background-image:url(/static/img/dumpcats2.png); margin-left:40} #newuser a{font-size:28; @@ -420,14 +420,14 @@ font-size:60%; } #headerbar{ top:80; - background-image:url(/static/welcomebar.gif); + background-image:url(/static/img/welcomebar.gif); } .invisible { display: none !important; } body,td,th { font-family: Arial, Helvetica, sans-serif; background-color:#ffffee; - background-image:url(/static/chanbg.png); - background-repeat:repeat-x; + background-image:url(/static/img/chanbg.png); + background-repeat:repeat-x; background-position:top; background-attachment:fixed; margin: 0; |
