summaryrefslogtreecommitdiff
path: root/static/f
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2008-12-13 12:47:00 +0100
committerYorhel <git@yorhel.nl>2008-12-13 12:47:00 +0100
commitf6b0befdfc6ce9a464658fc027dcca7b27fa4b83 (patch)
treee78b9c3922457962b9142e8353df9d545eb28da6 /static/f
parent11a47ae888c3673bb63b5b9d17231c64ee946ce0 (diff)
Vote statistics on user pages weren't always on the same level in IE7
Diffstat (limited to 'static/f')
-rw-r--r--static/f/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/f/style.css b/static/f/style.css
index d61eb3db..06c2fd0a 100644
--- a/static/f/style.css
+++ b/static/f/style.css
@@ -642,7 +642,7 @@ a.addnew {
/***** Vote stats ****/
-.votestats { width: 600px; margin: 0 auto; }
+.votestats { width: 610px; margin: 0 auto; }
.votegraph { float: left; margin-right: 20px }
.votegraph td { padding: 0 2px; }
.votegraph td.number { text-align: right }