summaryrefslogtreecommitdiffstats
path: root/askbot/skins/default/media/style/style.less
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/skins/default/media/style/style.less')
-rw-r--r--askbot/skins/default/media/style/style.less15
1 files changed, 11 insertions, 4 deletions
diff --git a/askbot/skins/default/media/style/style.less b/askbot/skins/default/media/style/style.less
index fd2d5b5a..7f5c4eb1 100644
--- a/askbot/skins/default/media/style/style.less
+++ b/askbot/skins/default/media/style/style.less
@@ -675,7 +675,7 @@ body.anon {
font-size:16px;
border-bottom:#cccccc 1px solid;
font-size:13px;
-
+
strong{
float:right;
padding-right:10px;
@@ -683,16 +683,23 @@ body.anon {
}
.questions-related {
word-wrap: break-word;
-
+
p {
line-height: 20px;
- padding: 4px 0px 4px 0px;
+ padding: 4px 0px 9px 0px;
font-size: 16px;
font-weight:normal;
border-bottom:#cccccc 1px solid;
}
- a{
+ p:first-child {
+ margin-top: -4px;
+ }
+ p:last-child {
+ border: none;
+ }
+ a {
font-size:13px;
+ line-height: 1.3;
}
}
/* tips and markdown help are widgets for ask template */