diff options
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; |
