equinteros@gazelle:~/projects/NOVA-PROJECTS/HELIOS-TENDENCI/aea_helios/helios-server$ git diff diff --git a/helios/templates/base.html b/helios/templates/base.html index 075739f..2a1b306 100644 --- a/helios/templates/base.html +++ b/helios/templates/base.html @@ -14,6 +14,7 @@ --> <link rel="stylesheet" type="text/css" media="screen" href="/static/helios/main.css" /> <link type="text/css" href="{{HELIOS_STATIC}}/css/ui-lightness/jquery-ui-1.8.1.custom.css" /> + <link rel="stylesheet" href="/static/css/custom.css"> {% endblock %} <script language="javascript" src="{{ HELIOS_STATIC }}/js/jquery-1.4.2.min.js"></script> diff --git a/helios/templates/election_new_2.html b/helios/templates/election_new_2.html index 16061c2..ea92f07 100644 --- a/helios/templates/election_new_2.html +++ b/helios/templates/election_new_2.html @@ -89,4 +89,4 @@ $(document).ready(function() { otherwise you won't be able to tally your election.) </form>