summaryrefslogtreecommitdiffstats
path: root/templates/content
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2010-02-08 19:13:04 -0500
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2010-02-08 19:13:04 -0500
commitbdf1cc4f9dd3f0ac06ba1af3c7d35c72cc358297 (patch)
tree61f7902b47844c05a309b7d4827897b162d39e8a /templates/content
parent3e7c42f81352ad73a1395ed0601f2d4fdf9b5359 (diff)
downloadaskbot-bdf1cc4f9dd3f0ac06ba1af3c7d35c72cc358297.tar.gz
askbot-bdf1cc4f9dd3f0ac06ba1af3c7d35c72cc358297.tar.bz2
askbot-bdf1cc4f9dd3f0ac06ba1af3c7d35c72cc358297.zip
fixed a little bug that i have planted into fbconnect before, removed unused files fixed email signup form validation
Diffstat (limited to 'templates/content')
-rw-r--r--templates/content/style/style.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/content/style/style.css b/templates/content/style/style.css
index aba67eee..175fcb66 100644
--- a/templates/content/style/style.css
+++ b/templates/content/style/style.css
@@ -1265,6 +1265,9 @@ p.space-above {
.margin-bottom {
margin-bottom: 10px;
}
+.margin-top {
+ margin-top: 10px;
+}
.inline-block {
display:inline-block;
}