Commit 23a6d6f072dc691f8159c0f26599eb76d87f6252
1 parent
d8bc6776
Exists in
master
and in
10 other branches
Create block "Mais Software"
Showing
2 changed files
with
23 additions
and
3 deletions
Show diff stats
page-inicial.css
... | ... | @@ -67,5 +67,25 @@ line-height: 20px; |
67 | 67 | text-align: center; |
68 | 68 | } |
69 | 69 | |
70 | +/*fim bloco buscar no catalogo*/ | |
70 | 71 | |
71 | -/*fim bloco buscar no catalogo*/ | |
72 | 72 | \ No newline at end of file |
73 | +/*Bloco mais software*/ | |
74 | +#mais-software-block{ | |
75 | + width:auto; | |
76 | +} | |
77 | + | |
78 | +#sbp-information-softwares ul li{ | |
79 | + margin-top: 20px; | |
80 | + margin-bottom: 20px; | |
81 | + border-bottom: 2px solid #ccc; | |
82 | +} | |
83 | + | |
84 | +#sbp-information-softwares ul li a{ | |
85 | + padding:5px; | |
86 | + margin:5px; | |
87 | +} | |
88 | + | |
89 | +#list-categories ul li{ | |
90 | + list-style:inside disc; | |
91 | + margin-left:5px; | |
92 | +} | |
73 | 93 | \ No newline at end of file | ... | ... |
style.css
... | ... | @@ -527,7 +527,7 @@ p { |
527 | 527 | width: auto; |
528 | 528 | border-right: none; |
529 | 529 | font-weight: bold; |
530 | - background-color: #eeefff; | |
530 | + /*background-color:#eeefff;*/ | |
531 | 531 | border-radius: 0px; |
532 | 532 | } |
533 | 533 | |
... | ... | @@ -542,7 +542,7 @@ p { |
542 | 542 | |
543 | 543 | #content .box-3 .link-list-block li a:hover { |
544 | 544 | background-color: #FFF; |
545 | - color: #436976; | |
545 | + color: #000; | |
546 | 546 | } |
547 | 547 | |
548 | 548 | #content .box-3 .link-list-block li { | ... | ... |