Commit 4025cff3071a736701413fd2cd580bbdaa5eba70
1 parent
69cc2e43
Exists in
master
and in
29 other branches
ActionItem544: defining style of LinkListBlock (thanks for Aurium)
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2185 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
3 changed files
with
27 additions
and
0 deletions
Show diff stats
public/designs/themes/ecosol/stylesheets/blocks/link-list-block.css
0 → 100644
public/designs/themes/zen3/stylesheets/blocks/link-list-block.css
0 → 100644
... | ... | @@ -0,0 +1,20 @@ |
1 | +#content .link-list-block { | |
2 | + padding: 10px 20px 10px 10px; | |
3 | + | |
4 | +} | |
5 | + | |
6 | +.link-list-block ul { | |
7 | + padding: 0px; | |
8 | + margin: 0px; | |
9 | +} | |
10 | + | |
11 | +#content .link-list-block li { | |
12 | + padding: 2px 0px 2px 8px; | |
13 | + margin: 2px 0px 0px 0px; | |
14 | + list-style: none; | |
15 | + background: #B8CFE7; | |
16 | +} | |
17 | + | |
18 | +.link-list-block a { | |
19 | + text-decoration: none; | |
20 | +} | ... | ... |