From 70895d2666de1ebafbe73e2ca27f04f5fe3f83a2 Mon Sep 17 00:00:00 2001 From: Sanj Date: Sat, 9 Jul 2011 04:19:58 +0530 Subject: [PATCH] try making the font-size smaller so that text looks bigger. ??? --- edgware/static/js/editor.js | 1 - edgware/templates/article_frontend.html | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/edgware/static/js/editor.js b/edgware/static/js/editor.js index f2384bb..d3700ab 100644 --- a/edgware/static/js/editor.js +++ b/edgware/static/js/editor.js @@ -534,7 +534,6 @@ var TextBox = function(canvas, json, index) { /* Call this function to create a new Text Box - if passed json, the TextBox is instantiated from the JSON, else it uses defaults. - >>> t.create(); t.jq.length == 1; true */ diff --git a/edgware/templates/article_frontend.html b/edgware/templates/article_frontend.html index 925554e..2f972e8 100644 --- a/edgware/templates/article_frontend.html +++ b/edgware/templates/article_frontend.html @@ -34,10 +34,11 @@ p { .box { position: absolute; } + .page { clear:left; font-family: Helvetica, sans-serif; - font-size: 14px; + font-size: 12px; width: {{width}}px; height: {{height}}px; /*