Commit b6943cdaf5329a6e5c868175e82e9a81d43da348

Authored by AntonioTerceiro
1 parent ff7e56b9

ActionItem0: minor changes in template



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@437 3f533792-8f58-4932-b0fe-aaf55b0a4547
public/designs/templates/leftbar/stylesheets/style.css
... ... @@ -23,6 +23,7 @@ position: relative;
23 23 width: 780px;
24 24 left: 50%;
25 25 margin-left: -390px;
  26 +padding-top: 1em;
26 27 }
27 28  
28 29 #box_2 {
... ...
public/designs/themes/default/default.css
... ... @@ -74,4 +74,16 @@ div.block_content
74 74 padding: 5px;
75 75 }
76 76  
77   -
  77 +div.block ul {
  78 + padding-left: 0px;
  79 + margin: 0px;
  80 +}
  81 +div.block ul li a:link,
  82 +div.block ul li a:hover {
  83 + display: block;
  84 + color: #000;
  85 +}
  86 +div.block ul li a:hover {
  87 + background: #ddd;
  88 + color: red;
  89 +}
... ...