From 8f1c36ab9c509462bc634c53d96d00dfba6e1eac Mon Sep 17 00:00:00 2001 From: sanj Date: Fri, 14 May 2010 08:42:42 +0530 Subject: [PATCH] those damned dotted borders on pages --- edgware/templates/article_frontend.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/edgware/templates/article_frontend.html b/edgware/templates/article_frontend.html index 0990d7a..c9ab7c9 100644 --- a/edgware/templates/article_frontend.html +++ b/edgware/templates/article_frontend.html @@ -32,8 +32,10 @@ body, html { font-size: 14px; width: {{width}}px; height: {{height}}px; +/* border-left:1px #CC6600 dotted; border-bottom: #CC6600 1px dotted; +*/ margin-left: 25px; margin-top: 10px; margin-bottom: 20px;