Commit e979ef26 authored by David Lawrence's avatar David Lawrence

Bug 658063 - Move votes_container css style to external style.css instead of template

r/a=mkanat
parent cf2298c9
......@@ -18,10 +18,6 @@
# Max Kanat-Alexander <mkanat@bugzilla.org>
#%]
[% IF bug.product_obj.votesperuser %]
<style type="text/css">
#votes_container { white-space: nowrap; }
</style>
<span id="votes_container">
[% IF bug.votes %]
with
......
......@@ -22,3 +22,7 @@ tr.bz_bug_being_voted_on td {
border-style: solid none solid none;
border-width: thin;
}
#votes_container {
white-space: nowrap;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment