summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2008-12-20 15:09:46 +0100
committerYorhel <git@yorhel.nl>2008-12-20 15:09:46 +0100
commitb8081f545296361abfc0931963c0b28b48861845 (patch)
treec24c271d27dd383386a7e9f6e3bfc2119aa80d64
parentd638ebd5dda7db506a42c26d741d710a21e19aaf (diff)
Fixed text overlay bug with last modified text in post body
-rw-r--r--static/f/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/f/style.css b/static/f/style.css
index 5e2cd246..92062a76 100644
--- a/static/f/style.css
+++ b/static/f/style.css
@@ -469,13 +469,13 @@ div.thread i.lastmod {
float: right;
font-size: 7pt;
color: #258;
- margin: -10px -10px -5px;
+ margin: 0 -10px -5px 0;
}
div.thread i.edit {
float: right;
color: #258;
font-style: normal;
- margin: -10px -10px -5px;
+ margin: -10px -10px 0 0;
}
/* threads browser */