You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@steve.apache.org by hu...@apache.org on 2015/10/12 12:09:37 UTC

svn commit: r1708076 - /steve/trunk/pysteve/www/htdocs/js/steve_stv.js

Author: humbedooh
Date: Mon Oct 12 10:09:36 2015
New Revision: 1708076

URL: http://svn.apache.org/viewvc?rev=1708076&view=rev
Log:
admit CSS defeat and set right margin instead of left padding :3

Modified:
    steve/trunk/pysteve/www/htdocs/js/steve_stv.js

Modified: steve/trunk/pysteve/www/htdocs/js/steve_stv.js
URL: http://svn.apache.org/viewvc/steve/trunk/pysteve/www/htdocs/js/steve_stv.js?rev=1708076&r1=1708075&r2=1708076&view=diff
==============================================================================
--- steve/trunk/pysteve/www/htdocs/js/steve_stv.js (original)
+++ steve/trunk/pysteve/www/htdocs/js/steve_stv.js Mon Oct 12 10:09:36 2015
@@ -197,7 +197,7 @@ function drawCandidates() {
             var seconds = document.createElement('div')
             seconds.setAttribute("class", "statement_marker")
             seconds.style.float = 'right'
-            seconds.style.paddingLeft = '4px'
+            seconds.style.marginRight = '4px'
             seconds.setAttribute("title", "Click to read " + name + "'s nomination and/or seconds")
             seconds.innerHTML = "<a href='#seconds_"+char+"'>2nds</a>"