From a13f81ef8b3cba189e1aa73c5142095dfdabf117 Mon Sep 17 00:00:00 2001 From: ioBridge Date: Sun, 3 Apr 2011 23:04:30 -0400 Subject: [PATCH] spacing test --- public/stylesheets/custom.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/stylesheets/custom.css b/public/stylesheets/custom.css index 1737350..bf211c3 100644 --- a/public/stylesheets/custom.css +++ b/public/stylesheets/custom.css @@ -1,5 +1,5 @@ -html, body { height: 100%; margin: 0; padding: 0; font-family: Helvetica, Arial, sans-serif; color: #333333; } -img { border: 0; } +html, body { height: 100%; margin: 0; padding: 0; font-family: Helvetica, Arial, sans-serif; color: #333333; } +img { border: 0; } h2 { margin-top: 5px; } h3 { margin-top: 0; } a { color: #2565a5; text-decoration: none; }