diff options
| author | sostler <sbostler@gmail.com> | 2010-01-07 23:54:07 -0500 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-01-07 23:54:07 -0500 |
| commit | 4e837788114e07330be2dfb869efd70e525b2bc4 (patch) | |
| tree | c4a644a6e0981c302d3f997d61bf5619eedf728c /static/profile.css | |
| parent | ca746303a8fc20f304bb3ccbeb74f8ae4631a37e (diff) | |
| parent | cce37b4db8a981ef00db0ebb75f7c98f1c336543 (diff) | |
Added multiple-window posting, removed posting delay
Diffstat (limited to 'static/profile.css')
| -rw-r--r-- | static/profile.css | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/static/profile.css b/static/profile.css index 4b9e2b4..a8989db 100644 --- a/static/profile.css +++ b/static/profile.css @@ -25,16 +25,16 @@ -webkit-border-bottom-right-radius:5px; -moz-border-radius-bottomleft:5px; -moz-border-radius-bottomright:5px; - box-shadow: -3px 4px 10px #c8cbce; --webkit-box-shadow: -3px 4px 10px #c8cbce; --moz-box-shadow: -10px -3px 10px #c8cbce; + box-shadow: 10px 3px 10px #c8cbce; +-webkit-box-shadow:10px 3px 10px #c8cbce; +-moz-box-shadow:10px 3px 10px #c8cbce; line-height:1.6; } #chatrap{ width:600 ; - margin-left: auto ; + margin-left: 18%; margin-right: auto ; @@ -67,13 +67,13 @@ letter-spacing:2px; -webkit-border-bottom-right-radius:5px; -moz-border-radius-bottomleft:5px; -moz-border-radius-bottomright:5px; - box-shadow: 3px 4px 10px #c8cbce; --webkit-box-shadow: 3px 4px 10px #c8cbce; + box-shadow: 15px 15px 10px #c8cbce; +-webkit-box-shadow: 15px 15px 10px #c8cbce; -moz-box-shadow: 15px 15px 10px #c8cbce; } #pnav a { font-size: 12px; - color: #000; + color:#444; } pnav a:link { text-decoration: none; @@ -209,6 +209,7 @@ color:#087cff; } #loghead { font-size:1px; + } body { |
