summaryrefslogtreecommitdiffstats
path: root/templates/content/style/style.css
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2009-11-22 21:58:06 -0500
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2009-11-22 21:58:06 -0500
commit76788fb1f6deebf806a0199e6183ad6a9af4096a (patch)
tree2d5d2a51e8456183606008018e49c9e71cc67c77 /templates/content/style/style.css
parent46e48e400f30bde76a9b21db78f9b727149a3e24 (diff)
downloadaskbot-76788fb1f6deebf806a0199e6183ad6a9af4096a.tar.gz
askbot-76788fb1f6deebf806a0199e6183ad6a9af4096a.tar.bz2
askbot-76788fb1f6deebf806a0199e6183ad6a9af4096a.zip
fixed broken links in few places, added Arvyd's modification of user_reputation view, email sender cron job, some edits in INSTALL file
Diffstat (limited to 'templates/content/style/style.css')
-rw-r--r--templates/content/style/style.css5
1 files changed, 1 insertions, 4 deletions
diff --git a/templates/content/style/style.css b/templates/content/style/style.css
index 65a323db..6c1d6a3f 100644
--- a/templates/content/style/style.css
+++ b/templates/content/style/style.css
@@ -163,7 +163,7 @@ blockquote
border-right:1px solid #b4b48e;
border-bottom:1px solid #b4b48e;*/
background: white;/* #f9f7ed;*/
- margin:10px 0 0 0;
+ margin:10px 0 10px 0;
/*background:url(../images/quest-bg.gif) repeat-x top;*/
}
#listA .qstA thumb {float:left; }
@@ -1144,9 +1144,6 @@ ul.bulleta li {background:url(../images/bullet_green.gif) no-repeat 0px 2px; pad
.message p {
margin-bottom:0px;
}
-.message p.space-above {
- margin-top:10px;
-}
.warning{color:red;}
.darkred{color:darkred;}