diff options
author | Máirín Duffy <duffy@fedoraproject.org> | 2013-11-14 12:33:27 -0500 |
---|---|---|
committer | Máirín Duffy <duffy@fedoraproject.org> | 2013-11-20 08:54:24 -0500 |
commit | 3dcf11b9747baedded096ec2f7d7cf070f2acd95 (patch) | |
tree | 243ce6eac57d016569bd2dc014f4da40ab724a36 /hyperkitty/templates/overview.html | |
parent | 56f32c035c45a7f7e0199eeaf53af61e8d0acf4e (diff) | |
download | hyperkitty-3dcf11b9747baedded096ec2f7d7cf070f2acd95.tar.gz hyperkitty-3dcf11b9747baedded096ec2f7d7cf070f2acd95.tar.xz hyperkitty-3dcf11b9747baedded096ec2f7d7cf070f2acd95.zip |
modified the left pane in the list overview page to provide more space and line wrapping for long user names
Diffstat (limited to 'hyperkitty/templates/overview.html')
-rw-r--r-- | hyperkitty/templates/overview.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hyperkitty/templates/overview.html b/hyperkitty/templates/overview.html index 1b812ac..098e609 100644 --- a/hyperkitty/templates/overview.html +++ b/hyperkitty/templates/overview.html @@ -54,7 +54,6 @@ </div> <div class="inline-block"> <span class="maker-name">{{ poster.name }}</span> - <br /> <span class="score">{{ poster.count }}</span> posts </div> </div> |