diff options
| author | sostler <sbostler@gmail.com> | 2010-04-23 23:27:25 -0400 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-04-23 23:27:25 -0400 |
| commit | 542b195ae2bec42ff7dcff58b25d3a8f0bc06a6f (patch) | |
| tree | 3779be3936b0d8495fb20f6eae047c677bffc2a9 /static/css/register.css | |
| parent | 37f8a2d7c1c829ec3d225c8932931e3d0e2a85cd (diff) | |
| parent | 20e04b97584df832fa1abb9fbd159956f48a788a (diff) | |
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'static/css/register.css')
| -rw-r--r-- | static/css/register.css | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/static/css/register.css b/static/css/register.css index e00771a..4339cc9 100644 --- a/static/css/register.css +++ b/static/css/register.css @@ -11,6 +11,13 @@ margin-top:-5; margin-bottom:-5; } +#furie3 { + position: absolute; + left:295px; + top:220px; + z-index: 10; + +} .white a:link { text-decoration: none; text-shadow: -1px 1px 1px #ccc; @@ -34,6 +41,7 @@ margin-bottom:-5; color: #504F61; } #main { +left:-150; background-position:center; width:460px; margin: 0px auto -1px auto; @@ -112,8 +120,8 @@ body { background:#EEF2FF url(/static/img/fade-blue.png) top center repeat-x; background-repeat:repeat-x; background-position:top; - overflow:hidden; -margin:8%; +margin:4%; +overflow:hidden; } body a{border:0; text-decoration:none; |
