From: Cezary Czaplewski Date: Tue, 23 Jan 2018 22:49:27 +0000 (+0100) Subject: monospace font for sequence and seconday structure restraints X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=commitdiff_plain;h=bc0c6875275dbe3b4d0502d08b70506d5fb3964f;p=django_unres.git monospace font for sequence and seconday structure restraints --- diff --git a/django_simple/todo/templates/details.html b/django_simple/todo/templates/details.html index e2251f3..b567e6e 100644 --- a/django_simple/todo/templates/details.html +++ b/django_simple/todo/templates/details.html @@ -73,13 +73,13 @@ Created {{ task.created_date }}
  • sequence
    -
    {{ task.md_seq}}
    +
    {{ task.md_seq}}
  • secondary structure restraints
    -
    {{ task.md_2d}}
    +
    {{ task.md_2d}}
  • diff --git a/django_simple/todo/templates/details1.html b/django_simple/todo/templates/details1.html index c6111e1..e1f4578 100644 --- a/django_simple/todo/templates/details1.html +++ b/django_simple/todo/templates/details1.html @@ -73,13 +73,13 @@ Created {{ task.created_date }}
  • sequence
    -
    {{ task.md_seq}}
    +
    {{ task.md_seq}}
  • secondary structure restraints
    -
    {{ task.md_2d}}
    +
    {{ task.md_2d}}
  • diff --git a/static/style.css b/static/style.css index 776f423..2e912a5 100644 --- a/static/style.css +++ b/static/style.css @@ -29,3 +29,5 @@ fieldset.inlineLabels ul {list-style:none} height: 30px; } .navbar {min-height:30px !important;} + +.monospace { font-family:'Lucida Console', monospace} \ No newline at end of file