Commit 7d7d57bbc8f4c21eb6ccba94254b240c2e5c4e51

Authored by AntonioTerceiro
1 parent ad4b19cf

ActionItem0: some further work on the template



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@323 3f533792-8f58-4932-b0fe-aaf55b0a4547
public/designs/templates/default/stylesheets/style.css
... ... @@ -44,13 +44,12 @@ body {
44 44  
45 45 #box_1, #box_2, #box_3 {
46 46 margin: 10px;
47   - padding: 0.5em;
  47 + padding: 0px;
48 48 background: white;
49 49 }
50 50  
51 51 /* Box 1 is the main area */
52 52 #box_1 {
53   - border: 1px solid black;
54 53 margin-left: 220px;
55 54 margin-right: 220px;
56 55 }
... ... @@ -73,8 +72,8 @@ body {
73 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 77 border: 1px solid black;
79 78 margin-bottom: 1em;
80 79 }
... ... @@ -124,3 +123,4 @@ body {
124 123 list-style: none;
125 124 border: 1px solid gray;
126 125 }
  126 +
... ...