Commit b6943cdaf5329a6e5c868175e82e9a81d43da348
1 parent
ff7e56b9
Exists in
master
and in
29 other branches
ActionItem0: minor changes in template
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@437 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
2 changed files
with
14 additions
and
1 deletions
Show diff stats
public/designs/templates/leftbar/stylesheets/style.css
public/designs/themes/default/default.css
@@ -74,4 +74,16 @@ div.block_content | @@ -74,4 +74,16 @@ div.block_content | ||
74 | padding: 5px; | 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 | +} |