templates/base.html
changeset 69 b977321ccf6c
parent 18 7dae32a2439b
child 71 1f6a101586b7
equal deleted inserted replaced
68:73720e19d222 69:b977321ccf6c
     6 {% endblock %}
     6 {% endblock %}
     7 </title>
     7 </title>
     8 <style type="text/css">
     8 <style type="text/css">
     9         body {
     9         body {
    10         font-family: Verdana, Arial, Helvetica, sans-serif;
    10         font-family: Verdana, Arial, Helvetica, sans-serif;
    11         font-size: 16px;
    11         font-size: 14px;
    12         background-color: #ffffee;
    12         background-color: #ffffee;
    13         text-align: left;
    13         text-align: left;
    14         margin: 0px;
    14         margin: 0px;
    15         padding: 20px 0px 20px 0px;
    15         padding: 20px 0px 20px 0px;
    16         }
    16         }