From cdd48f30c7fca97327de48ff6b1cd9edf1629a5d Mon Sep 17 00:00:00 2001 From: Ugnich Anton Date: Fri, 29 Mar 2013 16:29:02 +0700 Subject: Facebook signup --- web/style3.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'web/style3.css') diff --git a/web/style3.css b/web/style3.css index f1bc761b..4a79e4ed 100644 --- a/web/style3.css +++ b/web/style3.css @@ -5,7 +5,7 @@ h1,h2 { font-weight: normal; } ul { list-style-type: none; } a { text-decoration: none; color: #069; } img,hr { border: none; } -hr { height: 1px; background: #CCC; } +hr { height: 1px; background: #CCC; margin: 10px 0; } pre { white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; } .u { text-decoration: underline; } @@ -78,6 +78,12 @@ blockquote { border-left: 1px dashed #CCC; margin: 10px 0 10px 10px; padding-lef .page { text-align: center; padding: 5px; background: #E5E5DD; } +/* signup form */ +.signup-h1>img { vertical-align: middle; margin-right: 10px; } +.signup-h1 { margin: 20px 0 10px 0; font-size: x-large; } +.signup-h2 { font-size: large; margin: 10px 0 5px 0; } +.signup-hr { margin: 20px 0; } + /********/ #column { width: 185px; top: 0; padding-top: 10px; overflow: hidden; } -- cgit v1.2.3