From 7d7d57bbc8f4c21eb6ccba94254b240c2e5c4e51 Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Tue, 7 Aug 2007 23:09:51 +0000 Subject: [PATCH] ActionItem0: some further work on the template --- public/designs/templates/default/stylesheets/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/designs/templates/default/stylesheets/style.css b/public/designs/templates/default/stylesheets/style.css index b22b905..c287517 100644 --- a/public/designs/templates/default/stylesheets/style.css +++ b/public/designs/templates/default/stylesheets/style.css @@ -44,13 +44,12 @@ body { #box_1, #box_2, #box_3 { margin: 10px; - padding: 0.5em; + padding: 0px; background: white; } /* Box 1 is the main area */ #box_1 { - border: 1px solid black; margin-left: 220px; margin-right: 220px; } @@ -73,8 +72,8 @@ body { padding: 0px; } -/* blocks for box_2 and box_3 */ -#box_2 div.block, #box_3 div.block { +/* blocks */ +div.block { border: 1px solid black; margin-bottom: 1em; } @@ -124,3 +123,4 @@ body { list-style: none; border: 1px solid gray; } + -- libgit2 0.21.2