revert back to the previous font sizes.
--- a/templates/base.html Fri Apr 16 15:07:17 2010 +0530
+++ b/templates/base.html Fri Apr 16 15:09:23 2010 +0530
@@ -8,7 +8,7 @@
<style type="text/css">
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
- font-size: 14px;
+ font-size: 16px;
background-color: #ffffee;
text-align: left;
margin: 0px;
--- a/templates/list_events.html Fri Apr 16 15:07:17 2010 +0530
+++ b/templates/list_events.html Fri Apr 16 15:09:23 2010 +0530
@@ -1,6 +1,5 @@
{% extends "base.html" %}
{% block content %}
-<font size="14px">
{% if ongoing_events %}
Ongoing Workshops:
<table cellspacing=5 cellpadding=5>
@@ -38,6 +37,6 @@
{% endfor %}
</table>
{% endif %}
-</font>
+
{% endblock %}