From ec6b22f16ea2fa972e98cf89308fe186cc6223ce Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 14 Mar 2007 17:27:46 +0000 Subject: [PATCH 1/1] Essay styles. --- web/htdocs/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/web/htdocs/style.css b/web/htdocs/style.css index 221e9ba..a1fe034 100644 --- a/web/htdocs/style.css +++ b/web/htdocs/style.css @@ -1,4 +1,4 @@ -/* $Id: style.css,v 1.1 2006-12-14 15:37:41 mike Exp $ */ +/* $Id: style.css,v 1.2 2007-03-14 17:27:46 mike Exp $ */ body { color: black; background: white; @@ -46,3 +46,6 @@ img { border: 0 } .disabled { color: grey } .error { color: red; font-weight: bold } + +.essay { margin: 1em 10em 1em 1em } +.essay a { text-decoration: none } -- 1.7.10.4