aboutsummaryrefslogtreecommitdiff
path: root/web/style3.css
diff options
context:
space:
mode:
authorGravatar Ugnich Anton2013-03-29 16:29:02 +0700
committerGravatar Ugnich Anton2013-03-29 16:29:02 +0700
commitcdd48f30c7fca97327de48ff6b1cd9edf1629a5d (patch)
tree1544f451f0b7b2ace04a6a560f3cf89936a0892f /web/style3.css
parent19cf26ce2f8ee05fc8a9298e2c19b8fff589b8e6 (diff)
Facebook signup
Diffstat (limited to 'web/style3.css')
-rw-r--r--web/style3.css8
1 files changed, 7 insertions, 1 deletions
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; }