X-Git-Url: https://nos-oignons.net/gitweb/website.git/blobdiff_plain/1ba2d289a90e8745268b9962bf5ef54bf1706a1f..1c17be10ae9f8d7e23cfe9ae4ac2b40c585a1272:/Services.mdwn diff --git a/Services.mdwn b/Services.mdwn index 7339fa4..9d59bd4 100644 --- a/Services.mdwn +++ b/Services.mdwn @@ -10,20 +10,14 @@ var content = d3.select("#content"); var consensus_figure = content.append("figure") - .style("margin", "0") - .style("width", "45%") - .style("float", "left") - .style("text-align", "center"); + .attr('class', 'graph graph-consensus') consensus_figure.append("span") .attr("id", "consensus-pie"); consensus_figure.append("figcaption") .text(L10n.consensus_weight); var exit_figure = content.append("figure") - .style("margin", "0 5% 0 0") - .style("width", "44%") - .style("float", "left") - .style("text-align", "center"); + .attr('class', 'graph graph-exit') exit_figure.append("span") .attr("id", "exit-pie"); exit_figure.append("figcaption")