Commit 7d7d57bbc8f4c21eb6ccba94254b240c2e5c4e51
1 parent
ad4b19cf
Exists in
master
and in
28 other branches
ActionItem0: some further work on the template
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@323 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
public/designs/templates/default/stylesheets/style.css
@@ -44,13 +44,12 @@ body { | @@ -44,13 +44,12 @@ body { | ||
44 | 44 | ||
45 | #box_1, #box_2, #box_3 { | 45 | #box_1, #box_2, #box_3 { |
46 | margin: 10px; | 46 | margin: 10px; |
47 | - padding: 0.5em; | 47 | + padding: 0px; |
48 | background: white; | 48 | background: white; |
49 | } | 49 | } |
50 | 50 | ||
51 | /* Box 1 is the main area */ | 51 | /* Box 1 is the main area */ |
52 | #box_1 { | 52 | #box_1 { |
53 | - border: 1px solid black; | ||
54 | margin-left: 220px; | 53 | margin-left: 220px; |
55 | margin-right: 220px; | 54 | margin-right: 220px; |
56 | } | 55 | } |
@@ -73,8 +72,8 @@ body { | @@ -73,8 +72,8 @@ body { | ||
73 | padding: 0px; | 72 | padding: 0px; |
74 | } | 73 | } |
75 | 74 | ||
76 | -/* blocks for box_2 and box_3 */ | ||
77 | -#box_2 div.block, #box_3 div.block { | 75 | +/* blocks */ |
76 | +div.block { | ||
78 | border: 1px solid black; | 77 | border: 1px solid black; |
79 | margin-bottom: 1em; | 78 | margin-bottom: 1em; |
80 | } | 79 | } |
@@ -124,3 +123,4 @@ body { | @@ -124,3 +123,4 @@ body { | ||
124 | list-style: none; | 123 | list-style: none; |
125 | border: 1px solid gray; | 124 | border: 1px solid gray; |
126 | } | 125 | } |
126 | + |