diff options
| author | sostler <sbostler@gmail.com> | 2010-05-18 23:36:31 -0400 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-05-18 23:36:31 -0400 |
| commit | bad5654f8e26bb5ace258096ca3dfbbdfe1da8cf (patch) | |
| tree | 24c2f42b165a797206b1478529d9c71f233920e5 /static/css/profile.css | |
| parent | 3666866764aaec5ed6f238be5d4191aff9e98d92 (diff) | |
| parent | a1faca737392b3dfddbcc17396d9ded4a48226af (diff) | |
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'static/css/profile.css')
| -rwxr-xr-x | static/css/profile.css | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/static/css/profile.css b/static/css/profile.css index a507eee..613469a 100755 --- a/static/css/profile.css +++ b/static/css/profile.css @@ -168,8 +168,9 @@ text-indent:6; -moz-border-radius-bottomleft:5px; -moz-border-radius-bottomright:5px; height:32; -text-transform:capitalize; - background-image:url(/static/img/upload.png); +text-transform:lowercase; +border:1px solid #000; +background-color:#fff; } @@ -183,7 +184,8 @@ width:96; height:32; padding:2; border:1px; - background-image:url(/static/img/upload.png); +border:1px solid #000; +background-color:#fff; border-top-left-radius:5px; border-top-right-radius:5px; -webkit-border-top-left-radius:5px; @@ -200,9 +202,8 @@ border:1px; } #pnav a { font-size: 30px; - color:#fff; + color:#000; text-transform:lowercase; -text-shadow: blue -2px -2px 0, red 2px 2px 0, green -6px 4px 0; } pnav a:link { text-decoration: none; @@ -214,9 +215,7 @@ a:visited { } #pnav a:hover { text-decoration: none; - color: #fff; -text-shadow: blue 2px 2px 0, red -20px -2px 0, green 6px 4px 0; - + color: #000; text-shadow: 1px 1px 1px #999; } a:active { |
